Skip to content

Commit f63c215

Browse files
committedNov 11, 2017
Fix homepage links (see #30636)
1 parent 2f34d20 commit f63c215

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed
 

‎pkgs/applications/graphics/phototonic/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
2222

2323
meta = with stdenv.lib; {
2424
description = "An image viewer and organizer";
25-
homepage = http://oferkv.github.io/phototonic/;
25+
homepage = https://sourceforge.net/projects/phototonic/;
2626
license = licenses.gpl3;
2727
platforms = platforms.linux;
2828
maintainers = with maintainers; [ pSub ];

‎pkgs/applications/misc/viking/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
4141
on the map, make new tracks and waypoints, see real-time GPS
4242
position, etc.
4343
'';
44-
homepage = http://viking.sourceforge.net/;
44+
homepage = https://sourceforge.net/projects/viking/;
4545
license = licenses.gpl2Plus;
4646
maintainers = with maintainers; [ pSub ];
4747
platforms = with platforms; linux;

‎pkgs/development/libraries/dotconf/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
1717
meta = with stdenv.lib; {
1818
description = "A configuration parser library";
1919
maintainers = with maintainers; [ pSub ];
20-
homepage = http://www.azzit.de/dotconf/;
20+
homepage = https://github.com/williamh/dotconf;
2121
license = licenses.lgpl21Plus;
2222
platforms = with platforms; unix;
2323
};

‎pkgs/development/tools/parsing/ragel/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let
2525
doCheck = true;
2626

2727
meta = with stdenv.lib; {
28-
homepage = http://www.complang.org/ragel;
28+
homepage = https://www.colm.net/open-source/ragel/;
2929
description = "State machine compiler";
3030
inherit license;
3131
platforms = platforms.unix;

‎pkgs/misc/screensavers/xlockmore/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
3232

3333
meta = with lib; {
3434
description = "Screen locker for the X Window System";
35-
homepage = http://www.tux.org/~bagleyd/xlockmore.html;
35+
homepage = http://sillycycle.com/xlockmore.html;
3636
license = licenses.gpl2;
3737
maintainers = with maintainers; [ pSub ];
3838
platforms = platforms.linux;

‎pkgs/tools/misc/ncdu/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
1313

1414
meta = with stdenv.lib; {
1515
description = "Ncurses disk usage analyzer";
16-
homepage = http://dev.yorhel.nl/ncdu;
16+
homepage = https://dev.yorhel.nl/ncdu;
1717
license = licenses.mit;
1818
platforms = platforms.all;
1919
maintainers = with maintainers; [ pSub ];

‎pkgs/tools/misc/rrdtool/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
2929
'';
3030

3131
meta = with stdenv.lib; {
32-
homepage = http://oss.oetiker.ch/rrdtool/;
32+
homepage = https://oss.oetiker.ch/rrdtool/;
3333
description = "High performance logging in Round Robin Databases";
3434
license = licenses.gpl2;
3535
platforms = platforms.linux ++ platforms.darwin;

‎pkgs/tools/misc/vorbisgain/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
1818
'';
1919

2020
meta = with stdenv.lib; {
21-
homepage = http://sjeng.org/vorbisgain.html;
21+
homepage = https://sjeng.org/vorbisgain.html;
2222
description = "A utility that corrects the volume of an Ogg Vorbis file to a predefined standardized loudness";
2323
license = licenses.gpl2;
2424
platforms = platforms.linux;

‎pkgs/top-level/python-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -9082,7 +9082,7 @@ in {
90829082

90839083
meta = {
90849084
description = "A command-line tool that helps you clean up Git branches";
9085-
homepage = http://lab.arc90.com/2012/04/03/git-sweep/;
9085+
homepage = https://github.com/arc90/git-sweep;
90869086
license = licenses.mit;
90879087
maintainers = with maintainers; [ pSub ];
90889088
};

0 commit comments

Comments
 (0)
Please sign in to comment.