treewide: http -> https (#42665)

This commit is contained in:
Ryan Mulligan 2018-06-27 13:12:57 -07:00 committed by xeji
parent fd68302741
commit fce8f26af6
97 changed files with 124 additions and 124 deletions

View File

@ -200,7 +200,7 @@ building Python libraries is `buildPythonPackage`. Let's see how we can build th
doCheck = false; doCheck = false;
meta = { meta = {
homepage = "http://github.com/pytoolz/toolz/"; homepage = "https://github.com/pytoolz/toolz/";
description = "List processing tools and functional utilities"; description = "List processing tools and functional utilities";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ fridh ]; maintainers = with maintainers; [ fridh ];
@ -245,7 +245,7 @@ with import <nixpkgs> {};
doCheck = false; doCheck = false;
meta = { meta = {
homepage = "http://github.com/pytoolz/toolz/"; homepage = "https://github.com/pytoolz/toolz/";
description = "List processing tools and functional utilities"; description = "List processing tools and functional utilities";
}; };
}; };

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = http://xiph.org/paranoia; homepage = https://xiph.org/paranoia;
description = "A tool and library for reading digital audio from CDs"; description = "A tool and library for reading digital audio from CDs";
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation (rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.rosegardenmusic.com/; homepage = https://www.rosegardenmusic.com/;
description = "Music composition and editing environment"; description = "Music composition and editing environment";
longDescription = '' longDescription = ''
Rosegarden is a music composition and editing environment based around Rosegarden is a music composition and editing environment based around

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation {
A set of command-line tools to manipulate Ogg Vorbis audio A set of command-line tools to manipulate Ogg Vorbis audio
files, notably the `ogg123' player and the `oggenc' encoder. files, notably the `ogg123' player and the `oggenc' encoder.
''; '';
homepage = http://xiph.org/vorbis/; homepage = https://xiph.org/vorbis/;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.all; platforms = platforms.all;
}; };

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ cmake mpd_clientlib openssl ]; buildInputs = [ cmake mpd_clientlib openssl ];
meta = { meta = {
homepage = http://www.ympd.org; homepage = https://www.ympd.org;
description = "Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS"; description = "Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS";
maintainers = [ stdenv.lib.maintainers.siddharthist ]; maintainers = [ stdenv.lib.maintainers.siddharthist ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "An Emacs mode for editing Scala code"; description = "An Emacs mode for editing Scala code";
homepage = http://www.scala-lang.org/node/354; homepage = https://www.scala-lang.org/node/354;
# non-copyleft, BSD-style # non-copyleft, BSD-style
license = "permissive"; license = "permissive";

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.scintilla.org/SciTE.html; homepage = https://www.scintilla.org/SciTE.html;
description = "SCIntilla based Text Editor"; description = "SCIntilla based Text Editor";
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Parser for VCalendar and ICalendar files, usable from the command line"; description = "Parser for VCalendar and ICalendar files, usable from the command line";
homepage = http://waynemorrison.com/software/; homepage = https://waynemorrison.com/software/;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
}; };

View File

@ -39,7 +39,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A DAB/DAB+ Software Radio"; description = "A DAB/DAB+ Software Radio";
homepage = http://www.welle.io/; homepage = https://www.welle.io/;
maintainers = with maintainers; [ ck3d ]; maintainers = with maintainers; [ ck3d ];
license = licenses.gpl2; license = licenses.gpl2;
platforms = with platforms; [ "x86_64-linux" "i686-linux" ] ++ darwin; platforms = with platforms; [ "x86_64-linux" "i686-linux" ] ++ darwin;

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Utility for switching between keyboard layouts"; description = "Utility for switching between keyboard layouts";
homepage = http://xneur.ru; homepage = https://xneur.ru;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.raskin ]; maintainers = [ stdenv.lib.maintainers.raskin ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View File

@ -31,7 +31,7 @@ pythonPackages.buildPythonPackage rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://deluge-torrent.org; homepage = https://deluge-torrent.org;
description = "Torrent client"; description = "Torrent client";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ domenkozar ebzzry ]; maintainers = with maintainers; [ domenkozar ebzzry ];

View File

@ -21,7 +21,7 @@ buildGoPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Command line program to sync files and directories to and from major cloud storage"; description = "Command line program to sync files and directories to and from major cloud storage";
homepage = http://rclone.org; homepage = https://rclone.org;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ danielfullmer ]; maintainers = with maintainers; [ danielfullmer ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -21,7 +21,7 @@ python2Packages.buildPythonApplication rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://syncplay.pl/; homepage = https://syncplay.pl/;
description = "Free software that synchronises media players"; description = "Free software that synchronises media players";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
This means that vnStat won't actually be sniffing any traffic and also This means that vnStat won't actually be sniffing any traffic and also
ensures light use of system resources. ensures light use of system resources.
''; '';
homepage = http://humdi.net/vnstat/; homepage = https://humdi.net/vnstat/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Advanced IRC bouncer"; description = "Advanced IRC bouncer";
homepage = http://wiki.znc.in/ZNC; homepage = https://wiki.znc.in/ZNC;
maintainers = with maintainers; [ viric schneefux lnl7 ]; maintainers = with maintainers; [ viric schneefux lnl7 ];
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
maintainers = [ stdenv.lib.maintainers.marcweber ]; maintainers = [ stdenv.lib.maintainers.marcweber ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
description = "Desktop Publishing (DTP) and Layout program for Linux"; description = "Desktop Publishing (DTP) and Layout program for Linux";
homepage = http://www.scribus.net; homepage = https://www.scribus.net;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
}; };
} }

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = http://workcraft.org/; homepage = https://workcraft.org/;
description = "Framework for interpreted graph modeling, verification and synthesis"; description = "Framework for interpreted graph modeling, verification and synthesis";
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Infrastructure for exploration, analysis, and manipulation of source code"; description = "Infrastructure for exploration, analysis, and manipulation of source code";
homepage = http://www.srcml.org; homepage = https://www.srcml.org;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ leenaars ]; maintainers = with maintainers; [ leenaars ];
}; };

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Reference implementation of a Wayland compositor"; description = "Reference implementation of a Wayland compositor";
homepage = http://wayland.freedesktop.org/; homepage = https://wayland.freedesktop.org/;
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ]; maintainers = with maintainers; [ wkennington ];

View File

@ -83,7 +83,7 @@ stdenv.mkDerivation ( rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Pony is an Object-oriented, actor-model, capabilities-secure, high performance programming language"; description = "Pony is an Object-oriented, actor-model, capabilities-secure, high performance programming language";
homepage = http://www.ponylang.org; homepage = https://www.ponylang.org;
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ doublec kamilchm patternspandemic ]; maintainers = with maintainers; [ doublec kamilchm patternspandemic ];
platforms = [ "x86_64-linux" "x86_64-darwin" ]; platforms = [ "x86_64-linux" "x86_64-darwin" ];

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
Code sizes are typically reduced by a factor of two to three when Code sizes are typically reduced by a factor of two to three when
compared to an equivalent Java application. compared to an equivalent Java application.
''; '';
homepage = http://www.scala-lang.org/; homepage = https://www.scala-lang.org/;
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
branch = "2.10"; branch = "2.10";

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
Code sizes are typically reduced by a factor of two to three when Code sizes are typically reduced by a factor of two to three when
compared to an equivalent Java application. compared to an equivalent Java application.
''; '';
homepage = http://www.scala-lang.org/; homepage = https://www.scala-lang.org/;
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A Perl 6 implementation"; description = "A Perl 6 implementation";
homepage = "http://www.rakudo.org"; homepage = https://www.rakudo.org;
license = licenses.artistic2; license = licenses.artistic2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice vrthra ]; maintainers = with maintainers; [ thoughtpolice vrthra ];

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = http://www.rascal-mpl.org/; homepage = https://www.rascal-mpl.org/;
description = "Command-line REPL for the Rascal metaprogramming language"; description = "Command-line REPL for the Rascal metaprogramming language";
license = stdenv.lib.licenses.epl10; license = stdenv.lib.licenses.epl10;
maintainers = [ stdenv.lib.maintainers.eelco ]; maintainers = [ stdenv.lib.maintainers.eelco ];

View File

@ -87,6 +87,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ uralbash ]; maintainers = with maintainers; [ uralbash ];
platforms = [ "i686-linux" "x86_64-linux" ]; platforms = [ "i686-linux" "x86_64-linux" ];
license = licenses.bsd3; license = licenses.bsd3;
homepage = http://www.red-lang.org/; homepage = https://www.red-lang.org/;
}; };
} }

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Ren'Py Visual Novel Engine"; description = "Ren'Py Visual Novel Engine";
homepage = http://renpy.org/; homepage = https://renpy.org/;
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "The not-so trivial database"; description = "The not-so trivial database";
homepage = http://tdb.samba.org/; homepage = https://tdb.samba.org/;
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ wkennington ]; maintainers = with maintainers; [ wkennington ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://rocksdb.org; homepage = https://rocksdb.org;
description = "A library that provides an embeddable, persistent key-value store for fast storage"; description = "A library that provides an embeddable, persistent key-value store for fast storage";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.x86_64; platforms = platforms.x86_64;

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "High quality software library for audio time-stretching and pitch-shifting"; description = "High quality software library for audio time-stretching and pitch-shifting";
homepage = http://www.breakfastquay.com/rubberband/index.html; homepage = https://www.breakfastquay.com/rubberband/index.html;
# commercial license available as well, see homepage. You'll get some more optimized routines # commercial license available as well, see homepage. You'll get some more optimized routines
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.goibhniu maintainers.marcweber ]; maintainers = [ maintainers.goibhniu maintainers.marcweber ];

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
] ++ stdenv.lib.optional stdenv.isAarch64 "--disable-neon"; ] ++ stdenv.lib.optional stdenv.isAarch64 "--disable-neon";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.speex.org/; homepage = https://www.speex.org/;
description = "An Open Source/Free Software patent-free audio compression format designed for speech"; description = "An Open Source/Free Software patent-free audio compression format designed for speech";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Hierarchical pool based memory allocator with destructors"; description = "Hierarchical pool based memory allocator with destructors";
homepage = http://tdb.samba.org/; homepage = https://tdb.samba.org/;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ wkennington ]; maintainers = with maintainers; [ wkennington ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
uses locking internally to keep writers from trampling on each uses locking internally to keep writers from trampling on each
other. TDB is also extremely small. other. TDB is also extremely small.
''; '';
homepage = http://tdb.samba.org/; homepage = https://tdb.samba.org/;
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ wkennington ]; maintainers = with maintainers; [ wkennington ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
passthru.python = python2; passthru.python = python2;
meta = { meta = {
homepage = http://telepathy.freedesktop.org; homepage = https://telepathy.freedesktop.org;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
} }

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "An event system based on the talloc memory management library"; description = "An event system based on the talloc memory management library";
homepage = http://tevent.samba.org/; homepage = https://tevent.samba.org/;
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ wkennington ]; maintainers = with maintainers; [ wkennington ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation {
}; };
meta = { meta = {
homepage = "http://sourceforge.net/projects/opencore-amr/"; homepage = https://sourceforge.net/projects/opencore-amr/;
description = "VisualOn Adaptive Multi Rate Wideband (AMR-WB) encoder"; description = "VisualOn Adaptive Multi Rate Wideband (AMR-WB) encoder";
license = "stdenv.lib.licenses.apache"; license = "stdenv.lib.licenses.apache";
maintainers = [ stdenv.lib.maintainers.Esteth ]; maintainers = [ stdenv.lib.maintainers.Esteth ];

View File

@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "LunarG Vulkan loader"; description = "LunarG Vulkan loader";
homepage = "http://www.lunarg.com"; homepage = https://www.lunarg.com;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.ralith ]; maintainers = [ maintainers.ralith ];

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Reference implementation of the wayland protocol"; description = "Reference implementation of the wayland protocol";
homepage = http://wayland.freedesktop.org/; homepage = https://wayland.freedesktop.org/;
license = lib.licenses.mit; license = lib.licenses.mit;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ codyopel wkennington ]; maintainers = with lib.maintainers; [ codyopel wkennington ];

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Wayland protocol extensions"; description = "Wayland protocol extensions";
homepage = http://wayland.freedesktop.org/; homepage = https://wayland.freedesktop.org/;
license = lib.licenses.mit; license = lib.licenses.mit;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ ]; maintainers = with lib.maintainers; [ ];

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Indexer and CGI search front-end built on Xapian library"; description = "Indexer and CGI search front-end built on Xapian library";
homepage = http://xapian.org/; homepage = https://xapian.org/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

@ -25,8 +25,8 @@ buildPythonPackage rec {
applications which address the needs of current and future work in applications which address the needs of current and future work in
bioinformatics. bioinformatics.
''; '';
homepage = http://biopython.org/wiki/Documentation; homepage = https://biopython.org/wiki/Documentation;
maintainers = with lib.maintainers; [ luispedro ]; maintainers = with lib.maintainers; [ luispedro ];
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
}; };
} }

View File

@ -10,7 +10,7 @@ buildPythonPackage rec {
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://pythonhosted.org/blinker/; homepage = https://pythonhosted.org/blinker/;
description = "Fast, simple object-to-object and broadcast signaling"; description = "Fast, simple object-to-object and broadcast signaling";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ garbas ]; maintainers = with maintainers; [ garbas ];

View File

@ -75,7 +75,7 @@ buildPythonPackage rec {
meta = { meta = {
description = "Statistical and novel interactive HTML plots for Python"; description = "Statistical and novel interactive HTML plots for Python";
homepage = "http://github.com/bokeh/bokeh"; homepage = https://github.com/bokeh/bokeh;
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ orivej ]; maintainers = with lib.maintainers; [ orivej ];
}; };

View File

@ -23,7 +23,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Simple Python implementation of the Git file formats and protocols"; description = "Simple Python implementation of the Git file formats and protocols";
homepage = http://samba.org/~jelmer/dulwich/; homepage = https://samba.org/~jelmer/dulwich/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ koral ]; maintainers = with maintainers; [ koral ];
}; };

View File

@ -39,6 +39,6 @@ buildPythonPackage rec {
''; '';
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ timokau ]; maintainers = with maintainers; [ timokau ];
homepage = http://pythonhosted.org/Flask-AutoIndex/; homepage = https://pythonhosted.org/Flask-AutoIndex/;
}; };
} }

View File

@ -23,7 +23,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Hierarchical Density-Based Spatial Clustering of Applications with Noise, a clustering algorithm with a scikit-learn compatible API"; description = "Hierarchical Density-Based Spatial Clustering of Applications with Noise, a clustering algorithm with a scikit-learn compatible API";
homepage = http://github.com/scikit-learn-contrib/hdbscan; homepage = https://github.com/scikit-learn-contrib/hdbscan;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ ixxie ]; maintainers = with maintainers; [ ixxie ];
}; };

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = { meta = {
description = "Lightweight pipelining: using Python functions as pipeline jobs"; description = "Lightweight pipelining: using Python functions as pipeline jobs";
homepage = http://pythonhosted.org/joblib/; homepage = https://pythonhosted.org/joblib/;
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
}; };
} }

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A library to parse MT940 files and returns smart Python collections for statistics and manipulation"; description = "A library to parse MT940 files and returns smart Python collections for statistics and manipulation";
homepage = "http://pythonhosted.org/mt-940/"; homepage = https://pythonhosted.org/mt-940/;
license = licenses.bsd3; license = licenses.bsd3;
}; };
} }

View File

@ -33,7 +33,7 @@ buildPythonPackage rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.logilab.org/project/pylint; homepage = https://www.logilab.org/project/pylint;
description = "A bug and style checker for Python"; description = "A bug and style checker for Python";
platforms = platforms.all; platforms = platforms.all;
license = licenses.gpl1Plus; license = licenses.gpl1Plus;

View File

@ -13,7 +13,7 @@ buildPythonPackage rec {
doCheck = false; doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://github.com/mongodb/mongo-python-driver"; homepage = https://github.com/mongodb/mongo-python-driver;
license = licenses.asl20; license = licenses.asl20;
description = "Python driver for MongoDB "; description = "Python driver for MongoDB ";
}; };

View File

@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Distributed object middleware for Python (IPC/RPC)"; description = "Distributed object middleware for Python (IPC/RPC)";
homepage = http://pythonhosted.org/Pyro/; homepage = https://pythonhosted.org/Pyro/;
license = licenses.mit; license = licenses.mit;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ bjornfor ]; maintainers = with maintainers; [ bjornfor ];

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib;{ meta = with lib;{
description = "py.test plugin to abort hanging tests"; description = "py.test plugin to abort hanging tests";
homepage = http://bitbucket.org/pytest-dev/pytest-timeout/; homepage = https://bitbucket.org/pytest-dev/pytest-timeout/;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ makefu ]; maintainers = with maintainers; [ makefu ];
}; };

View File

@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "OpenID support for modern servers and consumers"; description = "OpenID support for modern servers and consumers";
homepage = http://github.com/openid/python-openid; homepage = https://github.com/openid/python-openid;
license = licenses.asl20; license = licenses.asl20;
}; };
} }

View File

@ -11,7 +11,7 @@ buildPythonPackage rec {
sha256 = "d587a520182f9d8aef7659cca429f4382881589c8883a0a55322b2f94970bdb3"; sha256 = "d587a520182f9d8aef7659cca429f4382881589c8883a0a55322b2f94970bdb3";
}; };
meta = { meta = {
homepage = http://arthurdejong.org/python-stdnum/; homepage = https://arthurdejong.org/python-stdnum/;
description = "Python module to handle standardized numbers and codes"; description = "Python module to handle standardized numbers and codes";
maintainers = with lib.maintainers; [ johbo ]; maintainers = with lib.maintainers; [ johbo ];
license = lib.licenses.lgpl2Plus; license = lib.licenses.lgpl2Plus;

View File

@ -62,7 +62,7 @@ in buildPythonPackage rec {
meta = { meta = {
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration."; description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration.";
homepage = http://pytorch.org/; homepage = https://pytorch.org/;
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ teh ]; maintainers = with lib.maintainers; [ teh ];

View File

@ -27,8 +27,8 @@ buildPythonPackage rec {
meta = { meta = {
description = "ReStructuredText viewer"; description = "ReStructuredText viewer";
homepage = http://mg.pov.lt/restview/; homepage = https://mg.pov.lt/restview/;
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ koral ]; maintainers = with lib.maintainers; [ koral ];
}; };
} }

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "S3FS builds on boto3 to provide a convenient Python filesystem interface for S3."; description = "S3FS builds on boto3 to provide a convenient Python filesystem interface for S3.";
homepage = http://github.com/dask/s3fs/; homepage = https://github.com/dask/s3fs/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ teh ]; maintainers = with maintainers; [ teh ];
}; };

View File

@ -50,7 +50,7 @@ buildPythonPackage rec {
meta = { meta = {
description = "SciPy (pronounced 'Sigh Pie') is open-source software for mathematics, science, and engineering. "; description = "SciPy (pronounced 'Sigh Pie') is open-source software for mathematics, science, and engineering. ";
homepage = http://www.scipy.org/; homepage = https://www.scipy.org/;
maintainers = with lib.maintainers; [ fridh ]; maintainers = with lib.maintainers; [ fridh ];
}; };
} }

View File

@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "A fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pages"; description = "A fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pages";
homepage = http://scrapy.org/; homepage = https://scrapy.org/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ drewkett ]; maintainers = with maintainers; [ drewkett ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -12,7 +12,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ tornado ]; propagatedBuildInputs = [ tornado ];
meta = with lib; { meta = with lib; {
homepage = http://github.com/mrjoes/sockjs-tornado/; homepage = https://github.com/mrjoes/sockjs-tornado/;
description = "SockJS python server implementation on top of Tornado framework"; description = "SockJS python server implementation on top of Tornado framework";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "SPAKE2 password-authenticated key exchange library"; description = "SPAKE2 password-authenticated key exchange library";
homepage = "http://github.com/warner/python-spake2"; homepage = https://github.com/warner/python-spake2;
license = licenses.mit; license = licenses.mit;
}; };
} }

View File

@ -23,9 +23,9 @@ buildPythonPackage rec{
''; '';
meta = { meta = {
homepage = "http://github.com/pytoolz/toolz/"; homepage = https://github.com/pytoolz/toolz/;
description = "List processing tools and functional utilities"; description = "List processing tools and functional utilities";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ]; maintainers = with lib.maintainers; [ fridh ];
}; };
} }

View File

@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = { meta = {
description = "PyTorch vision library"; description = "PyTorch vision library";
homepage = http://pytorch.org/; homepage = https://pytorch.org/;
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ ericsagnes ]; maintainers = with lib.maintainers; [ ericsagnes ];
}; };

View File

@ -45,7 +45,7 @@ buildPythonPackage rec {
doCheck = false; doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://twistedmatrix.com/; homepage = https://twistedmatrix.com/;
description = "Twisted, an event-driven networking engine written in Python"; description = "Twisted, an event-driven networking engine written in Python";
longDescription = '' longDescription = ''
Twisted is an event-driven networking engine written in Python Twisted is an event-driven networking engine written in Python

View File

@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false; doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://pythonhosted.org/uncertainties/; homepage = https://pythonhosted.org/uncertainties/;
description = "Transparent calculations with uncertainties on the quantities involved (aka error propagation)"; description = "Transparent calculations with uncertainties on the quantities involved (aka error propagation)";
maintainers = with maintainers; [ rnhmjoj ]; maintainers = with maintainers; [ rnhmjoj ];
license = licenses.bsd3; license = licenses.bsd3;

View File

@ -18,7 +18,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Media asset management for Python, with glue code for various web frameworks"; description = "Media asset management for Python, with glue code for various web frameworks";
homepage = http://github.com/miracle2k/webassets/; homepage = https://github.com/miracle2k/webassets/;
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];
}; };

View File

@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Fast, pure-Python full text indexing, search, and spell description = "Fast, pure-Python full text indexing, search, and spell
checking library."; checking library.";
homepage = "http://bitbucket.org/mchaput/whoosh"; homepage = https://bitbucket.org/mchaput/whoosh;
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ nand0p ]; maintainers = with maintainers; [ nand0p ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false; doCheck = false;
meta = with lib;{ meta = with lib;{
homepage = http://jquery.org; homepage = https://jquery.org;
description = "jquery packaged static files for python"; description = "jquery packaged static files for python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ makefu ]; maintainers = with maintainers; [ makefu ];

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Inter-process locks"; description = "Inter-process locks";
homepage = http://www.python.org/pypi/zc.lockfile; homepage = https://www.python.org/pypi/zc.lockfile;
license = licenses.zpl20; license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ]; maintainers = with maintainers; [ goibhniu ];
}; };

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
preCheck = "export HOME=$TMPDIR"; preCheck = "export HOME=$TMPDIR";
meta = { meta = {
homepage = http://rr-project.org/; homepage = https://rr-project.org/;
description = "Records nondeterministic executions and debugs them deterministically"; description = "Records nondeterministic executions and debugs them deterministically";
longDescription = '' longDescription = ''
rr aspires to be your primary debugging tool, replacing -- well, rr aspires to be your primary debugging tool, replacing -- well,

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.scala-sbt.org/; homepage = https://www.scala-sbt.org/;
license = licenses.bsd3; license = licenses.bsd3;
description = "A build tool for Scala, Java and more"; description = "A build tool for Scala, Java and more";
maintainers = with maintainers; [ nequissimus rickynils ]; maintainers = with maintainers; [ nequissimus rickynils ];

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
configureFlags = stdenv.lib.optional (stdenv.hostPlatform.isAarch64 || stdenv.hostPlatform.isRiscV) "--enable-mpers=check"; configureFlags = stdenv.lib.optional (stdenv.hostPlatform.isAarch64 || stdenv.hostPlatform.isRiscV) "--enable-mpers=check";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://strace.io/; homepage = https://strace.io/;
description = "A system call tracer for Linux"; description = "A system call tracer for Linux";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "valadoc is a documentation generator for generating API documentation from Vala source code"; description = "valadoc is a documentation generator for generating API documentation from Vala source code";
homepage = http://valadoc.org; homepage = https://valadoc.org;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with maintainers; [ sternenseemann ]; maintainers = with maintainers; [ sternenseemann ];
platforms = with platforms; linux; platforms = with platforms; linux;

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://springrts.com/; homepage = https://springrts.com/;
description = "A powerful real-time strategy (RTS) game engine"; description = "A powerful real-time strategy (RTS) game engine";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar ]; maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar ];

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "An operating function"; description = "An operating function";
homepage = http://urbit.org; homepage = https://urbit.org;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mudri ]; maintainers = with maintainers; [ mudri ];
platforms = with platforms; linux; platforms = with platforms; linux;

View File

@ -2908,7 +2908,7 @@ rec {
meta = { meta = {
description = "Fastest non utf-8 aware word and C completion engine for Vim"; description = "Fastest non utf-8 aware word and C completion engine for Vim";
homepage = http://github.com/Valloric/YouCompleteMe; homepage = https://github.com/Valloric/YouCompleteMe;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [marcweber jagajaga]; maintainers = with stdenv.lib.maintainers; [marcweber jagajaga];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;

View File

@ -9,7 +9,7 @@
meta = { meta = {
description = "Fastest non utf-8 aware word and C completion engine for Vim"; description = "Fastest non utf-8 aware word and C completion engine for Vim";
homepage = http://github.com/Valloric/YouCompleteMe; homepage = https://github.com/Valloric/YouCompleteMe;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [marcweber jagajaga]; maintainers = with stdenv.lib.maintainers; [marcweber jagajaga];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;

View File

@ -49,7 +49,7 @@ let
postInstall = "$out/bin/twistd --help > /dev/null"; postInstall = "$out/bin/twistd --help > /dev/null";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://twistedmatrix.com/; homepage = https://twistedmatrix.com/;
description = "Twisted, an event-driven networking engine written in Python"; description = "Twisted, an event-driven networking engine written in Python";
longDescription = '' longDescription = ''
Twisted is an event-driven networking engine written in Python Twisted is an event-driven networking engine written in Python

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Server for synchronising Taskwarrior clients"; description = "Server for synchronising Taskwarrior clients";
homepage = http://taskwarrior.org; homepage = https://taskwarrior.org;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ makefu ]; maintainers = with stdenv.lib.maintainers; [ makefu ];

View File

@ -65,7 +65,7 @@ in
meta = { meta = {
inherit branch; inherit branch;
description = "An enterprise-class open source distributed monitoring solution"; description = "An enterprise-class open source distributed monitoring solution";
homepage = http://www.zabbix.com/; homepage = https://www.zabbix.com/;
license = "GPL"; license = "GPL";
maintainers = [ stdenv.lib.maintainers.eelco ]; maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
@ -82,7 +82,7 @@ in
meta = with stdenv.lib; { meta = with stdenv.lib; {
inherit branch; inherit branch;
description = "An enterprise-class open source distributed monitoring solution (client-side agent)"; description = "An enterprise-class open source distributed monitoring solution (client-side agent)";
homepage = http://www.zabbix.com/; homepage = https://www.zabbix.com/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.eelco ]; maintainers = [ maintainers.eelco ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -77,7 +77,7 @@ in
meta = { meta = {
inherit branch; inherit branch;
description = "An enterprise-class open source distributed monitoring solution"; description = "An enterprise-class open source distributed monitoring solution";
homepage = http://www.zabbix.com/; homepage = https://www.zabbix.com/;
license = "GPL"; license = "GPL";
maintainers = [ stdenv.lib.maintainers.eelco ]; maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
@ -94,7 +94,7 @@ in
meta = with stdenv.lib; { meta = with stdenv.lib; {
inherit branch; inherit branch;
description = "An enterprise-class open source distributed monitoring solution (client-side agent)"; description = "An enterprise-class open source distributed monitoring solution (client-side agent)";
homepage = http://www.zabbix.com/; homepage = https://www.zabbix.com/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.eelco ]; maintainers = [ maintainers.eelco ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -29,7 +29,7 @@ in
meta = with stdenv.lib; { meta = with stdenv.lib; {
inherit branch; inherit branch;
description = "An enterprise-class open source distributed monitoring solution (client-side agent)"; description = "An enterprise-class open source distributed monitoring solution (client-side agent)";
homepage = http://www.zabbix.com/; homepage = https://www.zabbix.com/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.eelco ]; maintainers = [ maintainers.eelco ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Zipkin distributed tracing system"; description = "Zipkin distributed tracing system";
homepage = "http://zipkin.io/"; homepage = https://zipkin.io/;
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.hectorj ]; maintainers = [ maintainers.hectorj ];

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://redis.io; homepage = https://redis.io;
description = "An open source, advanced key-value store"; description = "An open source, advanced key-value store";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
+ stdenv.lib.optionalString (configDir == "") "touch $out/lib/smb.conf"; + stdenv.lib.optionalString (configDir == "") "touch $out/lib/smb.conf";
meta = { meta = {
homepage = http://www.samba.org/; homepage = https://www.samba.org/;
description = "The standard Windows interoperability suite of programs for Linux and Unix"; description = "The standard Windows interoperability suite of programs for Linux and Unix";
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
knownVulnerabilities = [ knownVulnerabilities = [

View File

@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.samba.org/; homepage = https://www.samba.org/;
description = "The standard Windows interoperability suite of programs for Linux and Unix"; description = "The standard Windows interoperability suite of programs for Linux and Unix";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ wkennington ]; maintainers = with maintainers; [ wkennington ];

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
It can also be used in the xUnit testing style. It can also be used in the xUnit testing style.
''; '';
maintainers = with maintainers; [ willibutz ]; maintainers = with maintainers; [ willibutz ];
homepage = http://pgtap.org; homepage = https://pgtap.org;
inherit (postgresql.meta) platforms; inherit (postgresql.meta) platforms;
}; };
} }

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Web-based news feed (RSS/Atom) aggregator"; description = "Web-based news feed (RSS/Atom) aggregator";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
homepage = http://tt-rss.org; homepage = https://tt-rss.org;
maintainers = with maintainers; [ globin zohl ]; maintainers = with maintainers; [ globin zohl ];
platforms = platforms.all; platforms = platforms.all;
}; };

View File

@ -29,7 +29,7 @@ xorgserver.overrideAttrs (oldAttrs: {
meta = { meta = {
description = "An X server for interfacing X11 apps with the Wayland protocol"; description = "An X server for interfacing X11 apps with the Wayland protocol";
homepage = http://wayland.freedesktop.org/xserver.html; homepage = https://wayland.freedesktop.org/xserver.html;
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libvdpau ]; buildInputs = [ libvdpau ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://people.freedesktop.org/~aplattner/vdpau/; homepage = https://people.freedesktop.org/~aplattner/vdpau/;
description = "Tool to query the Video Decode and Presentation API for Unix (VDPAU) abilities of the system"; description = "Tool to query the Video Decode and Presentation API for Unix (VDPAU) abilities of the system";
license = licenses.mit; # expat version license = licenses.mit; # expat version
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
makeFlags = "PREFIX=$(out)"; makeFlags = "PREFIX=$(out)";
meta = { meta = {
homepage = http://www.semicomplete.com/projects/xdotool/; homepage = https://www.semicomplete.com/projects/xdotool/;
description = "Fake keyboard/mouse input, window management, and more"; description = "Fake keyboard/mouse input, window management, and more";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation {
]; ];
meta = { meta = {
homepage = http://rzip.samba.org/; homepage = https://rzip.samba.org/;
description = "Compression program"; description = "Compression program";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
configureScript = "./autogen.sh"; configureScript = "./autogen.sh";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://people.freedesktop.org/~hughsient/appdata; homepage = https://people.freedesktop.org/~hughsient/appdata;
description = "CLI designed to validate AppData descriptions for standards compliance and to the style guide"; description = "CLI designed to validate AppData descriptions for standards compliance and to the style guide";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2; license = licenses.gpl2;

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Open source firmware for mp3 players"; description = "Open source firmware for mp3 players";
homepage = http://www.rockbox.org; homepage = https://www.rockbox.org;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ goibhniu jgeerds ]; maintainers = with maintainers; [ goibhniu jgeerds ];

View File

@ -61,7 +61,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Advanced Power Management for Linux"; description = "Advanced Power Management for Linux";
homepage = http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html; homepage = https://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];
license = licenses.gpl2Plus; license = licenses.gpl2Plus;

View File

@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
]; ];
meta = { meta = {
homepage = http://www.rsyslog.com/; homepage = https://www.rsyslog.com/;
description = "Enhanced syslog implementation"; description = "Enhanced syslog implementation";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -358,7 +358,7 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ Clone ConfigGitLike DBI DateTime EncodeLocale FileHomeDir HashMerge IOPager IPCRun3 IPCSystemSimple ListMoreUtils PathClass PerlIOutf8_strict StringFormatter StringShellQuote TemplateTiny Throwable TypeTiny URIdb libintl_perl ]; propagatedBuildInputs = [ Clone ConfigGitLike DBI DateTime EncodeLocale FileHomeDir HashMerge IOPager IPCRun3 IPCSystemSimple ListMoreUtils PathClass PerlIOutf8_strict StringFormatter StringShellQuote TemplateTiny Throwable TypeTiny URIdb libintl_perl ];
doCheck = false; # Can't find home directory. doCheck = false; # Can't find home directory.
meta = { meta = {
homepage = http://sqitch.org/; homepage = https://sqitch.org/;
description = "Sane database change management"; description = "Sane database change management";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}; };
@ -2345,7 +2345,7 @@ let self = _self // overrides; _self = with self; {
meta = { meta = {
description = "Engine for tidyall, your all-in-one code tidier and validator"; description = "Engine for tidyall, your all-in-one code tidier and validator";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
homepage = "http://metacpan.org/release/Code-TidyAll"; homepage = https://metacpan.org/release/Code-TidyAll;
}; };
}; };
@ -9740,7 +9740,7 @@ let self = _self // overrides; _self = with self; {
meta = { meta = {
description = "Generate Kwalitee ratings for a distribution"; description = "Generate Kwalitee ratings for a distribution";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
homepage = "http://cpants.cpanauthors.org"; homepage = https://cpants.cpanauthors.org;
}; };
}; };
@ -10069,7 +10069,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "70c5f211ba81982752eae189ca7aea0ea14fb7534449114d0a3d47d96c0d05c4"; sha256 = "70c5f211ba81982752eae189ca7aea0ea14fb7534449114d0a3d47d96c0d05c4";
}; };
meta = { meta = {
homepage = http://mojolicious.org; homepage = https://mojolicious.org/;
description = "Real-time web framework"; description = "Real-time web framework";
license = with stdenv.lib.licenses; [ artistic2 ]; license = with stdenv.lib.licenses; [ artistic2 ];
}; };
@ -11895,7 +11895,7 @@ let self = _self // overrides; _self = with self; {
meta = { meta = {
description = "Build an optimized subroutine parameter validator once, use it forever"; description = "Build an optimized subroutine parameter validator once, use it forever";
license = with stdenv.lib.licenses; [ artistic2 ]; license = with stdenv.lib.licenses; [ artistic2 ];
homepage = "http://metacpan.org/release/Params-ValidationCompiler"; homepage = https://metacpan.org/release/Params-ValidationCompiler;
}; };
}; };
@ -13643,7 +13643,7 @@ let self = _self // overrides; _self = with self; {
meta = { meta = {
description = "Type constraints and coercions for Perl"; description = "Type constraints and coercions for Perl";
license = with stdenv.lib.licenses; [ artistic2 ]; license = with stdenv.lib.licenses; [ artistic2 ];
homepage = "http://metacpan.org/release/Specio"; homepage = https://metacpan.org/release/Specio;
}; };
}; };
@ -13658,7 +13658,7 @@ let self = _self // overrides; _self = with self; {
meta = { meta = {
description = "Path::Tiny types and coercions for Specio"; description = "Path::Tiny types and coercions for Specio";
license = with stdenv.lib.licenses; [ asl20 ]; license = with stdenv.lib.licenses; [ asl20 ];
homepage = "http://metacpan.org/release/Specio-Library-Path-Tiny"; homepage = https://metacpan.org/release/Specio-Library-Path-Tiny;
}; };
}; };
@ -13873,7 +13873,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "0fs2n9zw6isfkha2kbqrvl9mwg572x1x0jlfaps0qsyynn846bcv"; sha256 = "0fs2n9zw6isfkha2kbqrvl9mwg572x1x0jlfaps0qsyynn846bcv";
}; };
meta = { meta = {
homepage = http://plackperl.org; homepage = https://plackperl.org;
description = "Temporary buffer to save bytes"; description = "Temporary buffer to save bytes";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
}; };
@ -14859,7 +14859,7 @@ let self = _self // overrides; _self = with self; {
meta = { meta = {
description = "Fail if tests warn"; description = "Fail if tests warn";
license = with stdenv.lib.licenses; [ artistic2 ]; license = with stdenv.lib.licenses; [ artistic2 ];
homepage = "http://metacpan.org/release/Test2-Plugin-NoWarnings"; homepage = https://metacpan.org/release/Test2-Plugin-NoWarnings;
}; };
}; };

View File

@ -2040,7 +2040,7 @@ in {
meta = { meta = {
description = "Complete yet simple CSS parser for Python"; description = "Complete yet simple CSS parser for Python";
license = licenses.bsd3; license = licenses.bsd3;
homepage = http://pythonhosted.org/tinycss/; homepage = https://pythonhosted.org/tinycss/;
}; };
}; };
@ -2686,7 +2686,7 @@ in {
}; };
meta = { meta = {
homepage = http://docs.python.org/3/library/functools.html; homepage = https://docs.python.org/3/library/functools.html;
}; };
}; };
@ -8075,7 +8075,7 @@ in {
disabled = isPy3k; disabled = isPy3k;
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = http://www.blacktrash.org/hg/muttils/archive/8bb26094df06.tar.bz2; url = https://www.blacktrash.org/hg/muttils/archive/8bb26094df06.tar.bz2;
sha256 = "1a4kxa0fpgg6rdj5p4kggfn8xpniqh8v5kbiaqc6wids02m7kag6"; sha256 = "1a4kxa0fpgg6rdj5p4kggfn8xpniqh8v5kbiaqc6wids02m7kag6";
}; };
@ -8084,7 +8084,7 @@ in {
meta = { meta = {
description = "Utilities for use with console mail clients, like mutt"; description = "Utilities for use with console mail clients, like mutt";
homepage = http://www.blacktrash.org/hg/muttils; homepage = https://www.blacktrash.org/hg/muttils;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
}; };
}); });
@ -8232,7 +8232,7 @@ in {
meta = { meta = {
description = "Tool to measure, monitor and analyze memory behavior"; description = "Tool to measure, monitor and analyze memory behavior";
homepage = http://pythonhosted.org/Pympler/; homepage = https://pythonhosted.org/Pympler/;
license = licenses.asl20; license = licenses.asl20;
}; };
}; };
@ -8716,7 +8716,7 @@ in {
meta = { meta = {
description = "A Python wrapper around notmuch"; description = "A Python wrapper around notmuch";
homepage = http://notmuchmail.org/; homepage = https://notmuchmail.org/;
maintainers = with maintainers; [ garbas ]; maintainers = with maintainers; [ garbas ];
}; };
}; };
@ -12322,7 +12322,7 @@ in {
propagatedBuildInputs = with self; [ pyasn1 ]; propagatedBuildInputs = with self; [ pyasn1 ];
meta = { meta = {
homepage = "http://stuvel.eu/rsa"; homepage = https://stuvel.eu/rsa;
license = licenses.asl20; license = licenses.asl20;
description = "A pure-Python RSA implementation"; description = "A pure-Python RSA implementation";
}; };
@ -13530,7 +13530,7 @@ in {
doCheck = false; doCheck = false;
meta = { meta = {
description = "Sphinx spelling extension"; description = "Sphinx spelling extension";
homepage = "http://bitbucket.org/dhellmann/sphinxcontrib-spelling"; homepage = https://bitbucket.org/dhellmann/sphinxcontrib-spelling;
maintainers = with maintainers; [ nand0p ]; maintainers = with maintainers; [ nand0p ];
license = licenses.bsd2; license = licenses.bsd2;
}; };
@ -13802,7 +13802,7 @@ in {
meta = { meta = {
description = "Utility belt for automated testing"; description = "Utility belt for automated testing";
homepage = "http://falcao.it/sure/"; homepage = https://falcao.it/sure/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
}; };
}; };
@ -13882,7 +13882,7 @@ in {
propagatedBuildInputs = with self; [ six dateutil pytz ]; propagatedBuildInputs = with self; [ six dateutil pytz ];
meta = { meta = {
homepage = http://github.com/ralphbean/taskw; homepage = https://github.com/ralphbean/taskw;
description = "Python bindings for your taskwarrior database"; description = "Python bindings for your taskwarrior database";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.all; platforms = platforms.all;
@ -16148,7 +16148,7 @@ EOF
''; '';
meta = { meta = {
homepage = http://pythonhosted.org/Logbook/; homepage = https://pythonhosted.org/Logbook/;
description = "A logging replacement for Python"; description = "A logging replacement for Python";
license = licenses.bsd3; license = licenses.bsd3;
}; };
@ -17015,7 +17015,7 @@ EOF
meta = { meta = {
description = "Free console XMPP client"; description = "Free console XMPP client";
homepage = http://poez.io; homepage = https://poez.io;
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.lsix ]; maintainers = [ maintainers.lsix ];
}; };
@ -17088,7 +17088,7 @@ EOF
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Lightweight SOAP client (Jurko's fork)"; description = "Lightweight SOAP client (Jurko's fork)";
homepage = "http://bitbucket.org/jurko/suds"; homepage = https://bitbucket.org/jurko/suds;
}; };
}; };
@ -17527,7 +17527,7 @@ EOF
doCheck = false; doCheck = false;
meta = { meta = {
description = "A client side encrypted pastebin"; description = "A client side encrypted pastebin";
homepage = "http://0bin.net/"; homepage = https://0bin.net/;
license = licenses.wtfpl; license = licenses.wtfpl;
}; };
}; };