Merge pull request #46347 from markuskowa/homepage-3

Update dead homepage links
This commit is contained in:
xeji 2018-09-08 01:36:16 +02:00 committed by GitHub
commit a9dfb018a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 23 additions and 24 deletions

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Numix icon theme (circle version)"; description = "Numix icon theme (circle version)";
homepage = https://numixproject.org; homepage = https://numixproject.github.io;
license = licenses.gpl3; license = licenses.gpl3;
# darwin cannot deal with file names differing only in case # darwin cannot deal with file names differing only in case
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Numix icon theme (square version)"; description = "Numix icon theme (square version)";
homepage = https://numixproject.org; homepage = https://numixproject.github.io;
license = licenses.gpl3; license = licenses.gpl3;
# darwin cannot deal with file names differing only in case # darwin cannot deal with file names differing only in case
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Numix icon theme"; description = "Numix icon theme";
homepage = https://numixproject.org; homepage = https://numixproject.github.io;
license = licenses.gpl3; license = licenses.gpl3;
# darwin cannot deal with file names differing only in case # darwin cannot deal with file names differing only in case
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Modern flat theme with a combination of light and dark elements (GNOME, Unity, Xfce and Openbox)"; description = "Modern flat theme with a combination of light and dark elements (GNOME, Unity, Xfce and Openbox)";
homepage = https://numixproject.org; homepage = https://numixproject.github.io;
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.romildo ]; maintainers = [ stdenv.lib.maintainers.romildo ];

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
multi-head with Xinerama. Wallpapers are browsable with a convenient GUI, multi-head with Xinerama. Wallpapers are browsable with a convenient GUI,
and settings are stored in a human-readable config file. and settings are stored in a human-readable config file.
''; '';
homepage = http://projects.l3ib.org/nitrogen/; homepage = https://github.com/l3ib/nitrogen;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.auntie ]; maintainers = [ stdenv.lib.maintainers.auntie ];

View File

@ -24,10 +24,10 @@ stdenv.mkDerivation {
cp x2x.1 $out/man/man1/ cp x2x.1 $out/man/man1/
''; '';
meta = { meta = with stdenv.lib; {
description = "Allows the keyboard, mouse on one X display to be used to control another X display"; description = "Allows the keyboard, mouse on one X display to be used to control another X display";
homepage = http://x2x.dottedmag.net; homepage = https://github.com/dottedmag/x2x;
license = "BSD"; license = licenses.bsd3;
platforms = stdenv.lib.platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
facility to enter characters onto other clients (softwares) by clicking on a facility to enter characters onto other clients (softwares) by clicking on a
keyboard displayed on the screen. keyboard displayed on the screen.
''; '';
homepage = http://homepage3.nifty.com/tsato/xvkbd/; homepage = http://t-sato.in.coocan.jp/xvkbd;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.bennofs ]; maintainers = [ maintainers.bennofs ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -16,10 +16,10 @@ stdenv.mkDerivation {
--replace "4755" "0755" --replace "4755" "0755"
''; '';
meta = { meta = with stdenv.lib; {
homepage = http://alumnit.ca/~apenwarr/netselect/; homepage = https://github.com/apenwarr/netselect;
description = "An ultrafast intelligent parallelizing binary-search implementation of \"ping\""; description = "An ultrafast intelligent parallelizing binary-search implementation of \"ping\"";
license = "BSD"; license = licenses.bsd3;
platforms = stdenv.lib.platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -6,8 +6,8 @@ stdenv.mkDerivation {
outputs = [ "out" "man" ]; outputs = [ "out" "man" ];
src = fetchurl { src = fetchurl {
url = http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1.tar.gz; url = http://pkgs.fedoraproject.org/repo/pkgs/openssh/x11-ssh-askpass-1.2.4.1.tar.gz/8f2e41f3f7eaa8543a2440454637f3c3/x11-ssh-askpass-1.2.4.1.tar.gz;
sha1 = "78c992951685d4dbffb77536f37b83ae2a6eafc7"; sha256 = "620de3c32ae72185a2c9aeaec03af24242b9621964e38eb625afb6cdb30b8c88";
}; };
nativeBuildInputs = [ imake ]; nativeBuildInputs = [ imake ];
@ -24,11 +24,10 @@ stdenv.mkDerivation {
installTargets = [ "install" "install.man" ]; installTargets = [ "install" "install.man" ];
meta = { meta = with stdenv.lib; {
homepage = http://www.jmknoble.net/software/x11-ssh-askpass/; homepage = https://github.com/sigmavirus24/x11-ssh-askpass;
description = "Lightweight passphrase dialog for OpenSSH or other open variants of SSH"; description = "Lightweight passphrase dialog for OpenSSH or other open variants of SSH";
license = licenses.mit;
platforms = stdenv.lib.platforms.unix; platforms = platforms.unix;
maintainers = [];
}; };
} }

View File

@ -15,7 +15,7 @@ in buildPythonApplication rec {
propagatedBuildInputs = [ boto m2crypto ]; propagatedBuildInputs = [ boto m2crypto ];
meta = { meta = {
homepage = http://open.eucalyptus.com/downloads; homepage = https://github.com/eucalyptus/euca2ools;
description = "Tools for interacting with Amazon EC2/S3-compatible cloud computing services"; description = "Tools for interacting with Amazon EC2/S3-compatible cloud computing services";
maintainers = [ stdenv.lib.maintainers.eelco ]; maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;