treewide: homepage URL fixes (#28475)

* pgadmin: use https homepage

* msn-pecan: move homepage to github

google code is now unavailable

* pidgin-latex: use https for homepage

* pidgin-opensteamworks: use github for homepage

google code is unavailable

* putty: use https for homepage

* ponylang: use https for homepage

* picolisp: use https for homepage

* phonon: use https for homepage

* pugixml: use https for homepage

* pioneer: use https for homepage

* packer: use https for homepage

* pokerth: usee https for homepage

* procps-ng: use https for homepage

* pycaml: use https for homepage

* proot: move homepage to .github.io

* pius: use https for homepage

* pdfread: use https for homepage

* postgresql: use https for homepage

* ponysay: move homepage to new site

* prometheus: use https for homepage

* powerdns: use https for homepage

* pm-utils: use https for homepage

* patchelf: move homepage to https

* tesseract: move homepage to github

* quodlibet: move homepage from google code

* jbrout: move homepage from google code

* eiskaltdcpp: move homepage to github

* nodejs: use https to homepage

* nix: use https for homepage

* pdf2djvu: move homepage from google code

* game-music-emu: move homepage from google code

* vacuum: move homepae from google code
This commit is contained in:
Matthew Justin Bauer 2017-08-22 13:50:04 -05:00 committed by Robin Gloster
parent ce7e2c06b1
commit 2eacddf0dc
39 changed files with 40 additions and 41 deletions

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ cmake ]; buildInputs = [ cmake ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://code.google.com/p/game-music-emu/; homepage = https://bitbucket.org/mpyne/game-music-emu/wiki/Home;
description = "A collection of video game music file emulators"; description = "A collection of video game music file emulators";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.all; platforms = platforms.all;

View File

@ -75,6 +75,6 @@ in buildPythonApplication {
''; '';
maintainers = [ stdenv.lib.maintainers.coroa ]; maintainers = [ stdenv.lib.maintainers.coroa ];
homepage = http://code.google.com/p/quodlibet/; homepage = https://quodlibet.readthedocs.io/en/latest/;
}; };
} }

View File

@ -34,7 +34,7 @@ in pythonPackages.buildPythonApplication rec {
propagatedBuildInputs = with pythonPackages; [ pillow lxml pyGtkGlade pyexiv2 fbida ]; propagatedBuildInputs = with pythonPackages; [ pillow lxml pyGtkGlade pyexiv2 fbida ];
meta = { meta = {
homepage = http://code.google.com/p/jbrout; homepage = http://manatlan.com/jbrout/;
description = "Photo manager"; description = "Photo manager";
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };

View File

@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "OCR engine"; description = "OCR engine";
homepage = http://code.google.com/p/tesseract-ocr/; homepage = https://github.com/tesseract-ocr/tesseract;
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;

View File

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "OCR engine"; description = "OCR engine";
homepage = http://code.google.com/p/tesseract-ocr/; homepage = https://github.com/tesseract-ocr/tesseract;
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux ++ darwin; platforms = with stdenv.lib.platforms; linux ++ darwin;

View File

@ -22,9 +22,9 @@ stdenv.mkDerivation rec {
"--with-libxslt=${libxslt.dev}" "--with-libxslt=${libxslt.dev}"
]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "PostgreSQL administration GUI tool"; description = "PostgreSQL administration GUI tool";
homepage = http://www.pgadmin.org; homepage = https://www.pgadmin.org;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ domenkozar wmertens ]; maintainers = with maintainers; [ domenkozar wmertens ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Alternative MSN protocol plug-in for Pidgin IM"; description = "Alternative MSN protocol plug-in for Pidgin IM";
homepage = http://code.google.com/p/msn-pecan/; homepage = https://github.com/felipec/msn-pecan;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation {
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://sourceforge.net/projects/pidgin-latex/; homepage = https://sourceforge.net/projects/pidgin-latex/;
description = "LaTeX rendering plugin for Pidgin IM"; description = "LaTeX rendering plugin for Pidgin IM";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
buildInputs = [ pidgin unzip glib json_glib nss nspr libgnome_keyring ]; buildInputs = [ pidgin unzip glib json_glib nss nspr libgnome_keyring ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://code.google.com/p/pidgin-opensteamworks; homepage = https://github.com/EionRobb/pidgin-opensteamworks;
description = "Plugin for Pidgin 2.x which implements Steam Friends/Steam IM compatibility"; description = "Plugin for Pidgin 2.x which implements Steam Friends/Steam IM compatibility";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.raskin ]; maintainers = [ maintainers.raskin ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3; license = licenses.gpl3;
homepage = http://code.google.com/p/vacuum-im/; homepage = http://www.vacuum-im.org;
}; };
} }

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A cross-platform program that uses the Direct Connect and ADC protocols"; description = "A cross-platform program that uses the Direct Connect and ADC protocols";
homepage = https://code.google.com/p/eiskaltdc/; homepage = https://github.com/eiskaltdcpp/eiskaltdcpp;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.all; platforms = platforms.all;
}; };

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
platforms, along with an xterm terminal emulator. platforms, along with an xterm terminal emulator.
It is written and maintained primarily by Simon Tatham. It is written and maintained primarily by Simon Tatham.
''; '';
homepage = http://www.chiark.greenend.org.uk/~sgtatham/putty/; homepage = https://www.chiark.greenend.org.uk/~sgtatham/putty/;
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A simple dependency manager for the Pony language."; description = "A simple dependency manager for the Pony language.";
homepage = http://www.ponylang.org; homepage = https://www.ponylang.org;
license = stdenv.lib.licenses.bsd2; license = stdenv.lib.licenses.bsd2;
maintainers = with stdenv.lib.maintainers; [ dipinhora kamilchm ]; maintainers = with stdenv.lib.maintainers; [ dipinhora kamilchm ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A simple Lisp with an integrated database"; description = "A simple Lisp with an integrated database";
homepage = http://picolisp.com/; homepage = https://picolisp.com/;
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ raskin tohl ]; maintainers = with maintainers; [ raskin tohl ];

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
name = "${pname}-${if withQt5 then "qt5" else "qt4"}-${v}"; name = "${pname}-${if withQt5 then "qt5" else "qt4"}-${v}";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://phonon.kde.org/; homepage = https://phonon.kde.org/;
description = "GStreamer backend for Phonon"; description = "GStreamer backend for Phonon";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ ttuegel ]; maintainers = with maintainers; [ ttuegel ];

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
name = "${pname}-${if withQt5 then "qt5" else "qt4"}-${v}"; name = "${pname}-${if withQt5 then "qt5" else "qt4"}-${v}";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://phonon.kde.org/; homepage = https://phonon.kde.org/;
description = "GStreamer backend for Phonon"; description = "GStreamer backend for Phonon";
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
name = "phonon-${if withQt5 then "qt5" else "qt4"}-${v}"; name = "phonon-${if withQt5 then "qt5" else "qt4"}-${v}";
meta = { meta = {
homepage = http://phonon.kde.org/; homepage = https://phonon.kde.org/;
description = "Multimedia API for Qt"; description = "Multimedia API for Qt";
license = stdenv.lib.licenses.lgpl2; license = stdenv.lib.licenses.lgpl2;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Light-weight, simple and fast XML parser for C++ with XPath support"; description = "Light-weight, simple and fast XML parser for C++ with XPath support";
homepage = http://pugixml.org/; homepage = https://pugixml.org;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -43,7 +43,7 @@ in stdenv.mkDerivation {
''; '';
meta = { meta = {
homepage = http://github.com/chemoelectric/pycaml; homepage = https://github.com/chemoelectric/pycaml;
description = "Bindings for python and ocaml"; description = "Bindings for python and ocaml";
license = "LGPL"; license = "LGPL";
platforms = ocaml.meta.platforms or []; platforms = ocaml.meta.platforms or [];

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
#doCheck = true; # problems when loading libc.so.6 #doCheck = true; # problems when loading libc.so.6
meta = { meta = {
homepage = http://nixos.org/patchelf.html; homepage = https://nixos.org/patchelf.html;
license = "GPL"; license = "GPL";
description = "A small utility to modify the dynamic linker and RPATH of ELF executables"; description = "A small utility to modify the dynamic linker and RPATH of ELF executables";
maintainers = [ stdenv.lib.maintainers.eelco ]; maintainers = [ stdenv.lib.maintainers.eelco ];

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
meta = { meta = {
homepage = http://nixos.org/patchelf.html; homepage = https://nixos.org/patchelf.html;
license = "GPL"; license = "GPL";
description = "A small utility to modify the dynamic linker and RPATH of ELF executables"; description = "A small utility to modify the dynamic linker and RPATH of ELF executables";
maintainers = [ stdenv.lib.maintainers.eelco ]; maintainers = [ stdenv.lib.maintainers.eelco ];

View File

@ -53,7 +53,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "An app runtime based on Chromium and node.js"; description = "An app runtime based on Chromium and node.js";
homepage = http://nwjs.io/; homepage = https://nwjs.io/;
platforms = ["i686-linux" "x86_64-linux"]; platforms = ["i686-linux" "x86_64-linux"];
maintainers = [ maintainers.offline ]; maintainers = [ maintainers.offline ];
license = licenses.bsd3; license = licenses.bsd3;

View File

@ -18,7 +18,7 @@ buildGoPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A tool for creating identical machine images for multiple platforms from a single source configuration"; description = "A tool for creating identical machine images for multiple platforms from a single source configuration";
homepage = http://www.packer.io; homepage = https://www.packer.io;
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ cstrahan zimbatm ]; maintainers = with maintainers; [ cstrahan zimbatm ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
rules to the code that look for problematic patterns or signs of rules to the code that look for problematic patterns or signs of
inefficiency. The rules are all pluggable, so you can easily inefficiency. The rules are all pluggable, so you can easily
write your own or omit ones you don't want. ''; write your own or omit ones you don't want. '';
homepage = http://nodejs.org; homepage = https://nodejs.org;
license = licenses.bsd2; license = licenses.bsd2;
maintainers = [ maintainers.goibhniu ]; maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -67,7 +67,7 @@ in
meta = { meta = {
description = "Event-driven I/O framework for the V8 JavaScript engine"; description = "Event-driven I/O framework for the V8 JavaScript engine";
homepage = http://nodejs.org; homepage = https://nodejs.org;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ goibhniu havvy gilligan cko ]; maintainers = with maintainers; [ goibhniu havvy gilligan cko ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Pioneer is a space adventure game set in the Milky Way galaxy at the turn of the 31st century"; description = "Pioneer is a space adventure game set in the Milky Way galaxy at the turn of the 31st century";
homepage = http://pioneerspacesim.net; homepage = https://pioneerspacesim.net;
license = with licenses; [ license = with licenses; [
gpl3 cc-by-sa-30 gpl3 cc-by-sa-30
]; ];

View File

@ -36,7 +36,7 @@ in stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.pokerth.net/; homepage = https://www.pokerth.net;
description = "Open Source Poker client and server"; description = "Open Source Poker client and server";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ obadz ]; maintainers = with maintainers; [ obadz ];

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = http://pm-utils.freedesktop.org/wiki/; homepage = https://pm-utils.freedesktop.org/wiki/;
description = "A small collection of scripts that handle suspend and resume on behalf of HAL"; description = "A small collection of scripts that handle suspend and resume on behalf of HAL";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--disable-modern-top" ]; configureFlags = [ "--disable-modern-top" ];
meta = { meta = {
homepage = http://sourceforge.net/projects/procps-ng/; homepage = https://sourceforge.net/projects/procps-ng/;
description = "Utilities that give information about processes using the /proc filesystem"; description = "Utilities that give information about processes using the /proc filesystem";
priority = 10; # less than coreutils, which also provides "kill" and "uptime" priority = 10; # less than coreutils, which also provides "kill" and "uptime"
license = lib.licenses.gpl2; license = lib.licenses.gpl2;

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Authoritative DNS server"; description = "Authoritative DNS server";
homepage = http://www.powerdns.com/; homepage = https://www.powerdns.com;
platforms = platforms.linux; platforms = platforms.linux;
# cannot find postgresql libs on macos x # cannot find postgresql libs on macos x
license = licenses.gpl2; license = licenses.gpl2;

View File

@ -34,7 +34,7 @@ buildGoPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Service monitoring system and time series database"; description = "Service monitoring system and time series database";
homepage = http://prometheus.io; homepage = https://prometheus.io;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ benley fpletz ]; maintainers = with maintainers; [ benley fpletz ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -80,7 +80,7 @@ let
}; };
meta = with lib; { meta = with lib; {
homepage = http://www.postgresql.org/; homepage = https://www.postgresql.org;
description = "A powerful, open source object-relational database system"; description = "A powerful, open source object-relational database system";
license = licenses.postgresql; license = licenses.postgresql;
maintainers = [ maintainers.ocharles ]; maintainers = [ maintainers.ocharles ];

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://jdbc.postgresql.org/; homepage = https://jdbc.postgresql.org/;
description = "JDBC driver for PostgreSQL allowing Java programs to connect to a PostgreSQL database"; description = "JDBC driver for PostgreSQL allowing Java programs to connect to a PostgreSQL database";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "PDF/DJVU to ebook format converter"; description = "PDF/DJVU to ebook format converter";
homepage = http://www.mobileread.com/forums/showthread.php?t=21906; homepage = https://www.mobileread.com/forums/showthread.php?t=21906;
license = licenses.mit; license = licenses.mit;
}; };
} }

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Cowsay reimplemention for ponies"; description = "Cowsay reimplemention for ponies";
homepage = http://terse.tk/ponysay/; homepage = http://erkin.co/ponysay/;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [ bodil ]; maintainers = with stdenv.lib.maintainers; [ bodil ];
platforms = with stdenv.lib.platforms; unix; platforms = with stdenv.lib.platforms; unix;

View File

@ -116,7 +116,7 @@ let
a package, multi-user package management and easy setup of build a package, multi-user package management and easy setup of build
environments. environments.
''; '';
homepage = http://nixos.org/; homepage = https://nixos.org/;
license = stdenv.lib.licenses.lgpl2Plus; license = stdenv.lib.licenses.lgpl2Plus;
maintainers = [ stdenv.lib.maintainers.eelco ]; maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation {
''; '';
meta = { meta = {
homepage = http://www.phildev.net/pius/; homepage = https://www.phildev.net/pius/;
description = "PGP Individual UID Signer (PIUS), quickly and easily sign UIDs on a set of PGP keys"; description = "PGP Individual UID Signer (PIUS), quickly and easily sign UIDs on a set of PGP keys";

View File

@ -34,11 +34,10 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://proot.me; homepage = http://proot-me.github.io;
description = "User-space implementation of chroot, mount --bind and binfmt_misc"; description = "User-space implementation of chroot, mount --bind and binfmt_misc";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ ianwookim nckx ]; maintainers = with maintainers; [ ianwookim nckx ];
}; };
} }

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Creates djvu files from PDF files"; description = "Creates djvu files from PDF files";
homepage = http://code.google.com/p/pdf2djvu/; homepage = https://jwilk.net/software/pdf2djvu;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
inherit version; inherit version;