Fix homepage links (see #30636)

This commit is contained in:
Pascal Wittmann 2017-11-11 17:36:33 +01:00
parent 2f34d20ab1
commit f63c21569f
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852
9 changed files with 9 additions and 9 deletions

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "An image viewer and organizer"; description = "An image viewer and organizer";
homepage = http://oferkv.github.io/phototonic/; homepage = https://sourceforge.net/projects/phototonic/;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];

View File

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
on the map, make new tracks and waypoints, see real-time GPS on the map, make new tracks and waypoints, see real-time GPS
position, etc. position, etc.
''; '';
homepage = http://viking.sourceforge.net/; homepage = https://sourceforge.net/projects/viking/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux; platforms = with platforms; linux;

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A configuration parser library"; description = "A configuration parser library";
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
homepage = http://www.azzit.de/dotconf/; homepage = https://github.com/williamh/dotconf;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = with platforms; unix; platforms = with platforms; unix;
}; };

View File

@ -25,7 +25,7 @@ let
doCheck = true; doCheck = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.complang.org/ragel; homepage = https://www.colm.net/open-source/ragel/;
description = "State machine compiler"; description = "State machine compiler";
inherit license; inherit license;
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Screen locker for the X Window System"; description = "Screen locker for the X Window System";
homepage = http://www.tux.org/~bagleyd/xlockmore.html; homepage = http://sillycycle.com/xlockmore.html;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Ncurses disk usage analyzer"; description = "Ncurses disk usage analyzer";
homepage = http://dev.yorhel.nl/ncdu; homepage = https://dev.yorhel.nl/ncdu;
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://oss.oetiker.ch/rrdtool/; homepage = https://oss.oetiker.ch/rrdtool/;
description = "High performance logging in Round Robin Databases"; description = "High performance logging in Round Robin Databases";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://sjeng.org/vorbisgain.html; homepage = https://sjeng.org/vorbisgain.html;
description = "A utility that corrects the volume of an Ogg Vorbis file to a predefined standardized loudness"; description = "A utility that corrects the volume of an Ogg Vorbis file to a predefined standardized loudness";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -9082,7 +9082,7 @@ in {
meta = { meta = {
description = "A command-line tool that helps you clean up Git branches"; description = "A command-line tool that helps you clean up Git branches";
homepage = http://lab.arc90.com/2012/04/03/git-sweep/; homepage = https://github.com/arc90/git-sweep;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
}; };