File tree 9 files changed +9
-9
lines changed
misc/screensavers/xlockmore
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
22
22
23
23
meta = with stdenv . lib ; {
24
24
description = "An image viewer and organizer" ;
25
- homepage = http ://oferkv.github.io /phototonic/;
25
+ homepage = https ://sourceforge.net/projects /phototonic/;
26
26
license = licenses . gpl3 ;
27
27
platforms = platforms . linux ;
28
28
maintainers = with maintainers ; [ pSub ] ;
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
41
41
on the map, make new tracks and waypoints, see real-time GPS
42
42
position, etc.
43
43
'' ;
44
- homepage = http ://viking. sourceforge.net/;
44
+ homepage = https ://sourceforge.net/projects/viking /;
45
45
license = licenses . gpl2Plus ;
46
46
maintainers = with maintainers ; [ pSub ] ;
47
47
platforms = with platforms ; linux ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
17
17
meta = with stdenv . lib ; {
18
18
description = "A configuration parser library" ;
19
19
maintainers = with maintainers ; [ pSub ] ;
20
- homepage = http ://www.azzit.de/dotconf/ ;
20
+ homepage = https ://github.com/williamh/dotconf ;
21
21
license = licenses . lgpl21Plus ;
22
22
platforms = with platforms ; unix ;
23
23
} ;
Original file line number Diff line number Diff line change 25
25
doCheck = true ;
26
26
27
27
meta = with stdenv . lib ; {
28
- homepage = http ://www.complang.org/ ragel;
28
+ homepage = https ://www.colm.net/open-source/ ragel/ ;
29
29
description = "State machine compiler" ;
30
30
inherit license ;
31
31
platforms = platforms . unix ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
32
32
33
33
meta = with lib ; {
34
34
description = "Screen locker for the X Window System" ;
35
- homepage = http://www.tux.org/~bagleyd /xlockmore.html ;
35
+ homepage = http://sillycycle.com /xlockmore.html ;
36
36
license = licenses . gpl2 ;
37
37
maintainers = with maintainers ; [ pSub ] ;
38
38
platforms = platforms . linux ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
13
13
14
14
meta = with stdenv . lib ; {
15
15
description = "Ncurses disk usage analyzer" ;
16
- homepage = http ://dev.yorhel.nl/ncdu;
16
+ homepage = https ://dev.yorhel.nl/ncdu;
17
17
license = licenses . mit ;
18
18
platforms = platforms . all ;
19
19
maintainers = with maintainers ; [ pSub ] ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
29
29
'' ;
30
30
31
31
meta = with stdenv . lib ; {
32
- homepage = http ://oss.oetiker.ch/rrdtool/;
32
+ homepage = https ://oss.oetiker.ch/rrdtool/;
33
33
description = "High performance logging in Round Robin Databases" ;
34
34
license = licenses . gpl2 ;
35
35
platforms = platforms . linux ++ platforms . darwin ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
18
18
'' ;
19
19
20
20
meta = with stdenv . lib ; {
21
- homepage = http ://sjeng.org/vorbisgain.html;
21
+ homepage = https ://sjeng.org/vorbisgain.html;
22
22
description = "A utility that corrects the volume of an Ogg Vorbis file to a predefined standardized loudness" ;
23
23
license = licenses . gpl2 ;
24
24
platforms = platforms . linux ;
Original file line number Diff line number Diff line change @@ -9082,7 +9082,7 @@ in {
9082
9082
9083
9083
meta = {
9084
9084
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;
9086
9086
license = licenses.mit;
9087
9087
maintainers = with maintainers; [ pSub ];
9088
9088
};
You can’t perform that action at this time.
0 commit comments