1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

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; {
description = "Numix icon theme (circle version)";
homepage = https://numixproject.org;
homepage = https://numixproject.github.io;
license = licenses.gpl3;
# darwin cannot deal with file names differing only in case
platforms = platforms.linux;

View file

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

View file

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

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = {
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;
platforms = stdenv.lib.platforms.all;
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,
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;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.auntie ];

View file

@ -24,10 +24,10 @@ stdenv.mkDerivation {
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";
homepage = http://x2x.dottedmag.net;
license = "BSD";
platforms = stdenv.lib.platforms.linux;
homepage = https://github.com/dottedmag/x2x;
license = licenses.bsd3;
platforms = platforms.linux;
};
}

View file

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

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation {
name = "netselect-0.3";
src = fetchurl {
url = http://alumnit.ca/~apenwarr/netselect/netselect-0.3.tar.gz;
sha256 = "0y69z59vylj9x9nk5jqn6ihx7dkzg09gpv2w1q1rs8fmi4jr90gy";
@ -15,11 +15,11 @@ stdenv.mkDerivation {
--replace "-g root" "" \
--replace "4755" "0755"
'';
meta = {
homepage = http://alumnit.ca/~apenwarr/netselect/;
meta = with stdenv.lib; {
homepage = https://github.com/apenwarr/netselect;
description = "An ultrafast intelligent parallelizing binary-search implementation of \"ping\"";
license = "BSD";
platforms = stdenv.lib.platforms.linux;
license = licenses.bsd3;
platforms = platforms.linux;
};
}

View file

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

View file

@ -15,7 +15,7 @@ in buildPythonApplication rec {
propagatedBuildInputs = [ boto m2crypto ];
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";
maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = stdenv.lib.platforms.linux;