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 ];
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";
license = licenses.lgpl21Plus;
platforms = platforms.all;

View file

@ -75,6 +75,6 @@ in buildPythonApplication {
'';
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 ];
meta = {
homepage = http://code.google.com/p/jbrout;
homepage = http://manatlan.com/jbrout/;
description = "Photo manager";
platforms = stdenv.lib.platforms.linux;
};

View file

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

View file

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

View file

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

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation {
meta = {
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;
};

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
};
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";
license = licenses.gpl2;
platforms = platforms.linux;

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
buildInputs = [ pidgin unzip glib json_glib nss nspr libgnome_keyring ];
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";
license = licenses.gpl3;
platforms = platforms.linux;

View file

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
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; {
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;
platforms = platforms.all;
};

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
platforms, along with an xterm terminal emulator.
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;
platforms = platforms.linux;
};

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -18,7 +18,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
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;
maintainers = with maintainers; [ cstrahan zimbatm ];
platforms = platforms.unix;

View file

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

View file

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

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
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; [
gpl3 cc-by-sa-30
];

View file

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

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
'';
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";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--disable-modern-top" ];
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";
priority = 10; # less than coreutils, which also provides "kill" and "uptime"
license = lib.licenses.gpl2;

View file

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

View file

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

View file

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

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
'';
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";
license = licenses.bsd3;
platforms = platforms.unix;

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
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;
};
}

View file

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

View file

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

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation {
'';
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";

View file

@ -34,11 +34,10 @@ stdenv.mkDerivation rec {
'';
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";
platforms = platforms.linux;
license = licenses.gpl2;
maintainers = with maintainers; [ ianwookim nckx ];
};
}

View file

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