treewide: fix redirect URLs

This commit is contained in:
Ryan Mulligan 2019-07-10 12:52:51 -07:00
parent 42559f1cf1
commit 508ae42a0f
39 changed files with 52 additions and 52 deletions

View file

@ -85,7 +85,7 @@ in stdenv.mkDerivation {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.frostwire.com/; homepage = https://www.frostwire.com/;
description = "BitTorrent Client and Cloud File Downloader"; description = "BitTorrent Client and Cloud File Downloader";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ gavin ]; maintainers = with maintainers; [ gavin ];

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Improved software detection and extraction of ITS1 and ITS2 from ribosomal ITS sequences of fungi and other eukaryotes for use in environmental sequencing"; description = "Improved software detection and extraction of ITS1 and ITS2 from ribosomal ITS sequences of fungi and other eukaryotes for use in environmental sequencing";
homepage = http://microbiology.se/software/itsx/; homepage = https://microbiology.se/software/itsx/;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.bzizou ]; maintainers = [ maintainers.bzizou ];
platforms = [ "x86_64-linux" "i686-linux" ]; platforms = [ "x86_64-linux" "i686-linux" ];

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation {
''; '';
meta = { meta = {
homepage = http://www.cs.unm.edu/~mccune/mace4/; homepage = https://www.cs.unm.edu/~mccune/mace4/;
license = "GPL"; license = "GPL";
description = "Automated theorem prover for first-order and equational logic"; description = "Automated theorem prover for first-order and equational logic";
longDescription = '' longDescription = ''

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Finely-grained git repository hosting"; description = "Finely-grained git repository hosting";
homepage = http://gitolite.com/gitolite/index.html; homepage = https://gitolite.com/gitolite/index.html;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.thoughtpolice maintainers.lassulus maintainers.tomberek ]; maintainers = [ maintainers.thoughtpolice maintainers.lassulus maintainers.tomberek ];

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = requireFile { src = requireFile {
name = "Input-Font.zip"; name = "Input-Font.zip";
url = "http://input.fontbureau.com/download/"; url = "https://input.fontbureau.com/download/";
sha256 = "07fkyvbb12agkb2kpnq2j45nycgbjvb4n1s5hjyqsipdh2z9zihq"; sha256 = "07fkyvbb12agkb2kpnq2j45nycgbjvb4n1s5hjyqsipdh2z9zihq";
}; };

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A user interface for the connman network connection manager"; description = "A user interface for the connman network connection manager";
homepage = http://enlightenment.org/; homepage = https://enlightenment.org/;
maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ftrvxmtrx ]; maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ftrvxmtrx ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.lgpl3; license = stdenv.lib.licenses.lgpl3;

View file

@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Enlightenment foundation libraries"; description = "Enlightenment foundation libraries";
homepage = http://enlightenment.org/; homepage = https://enlightenment.org/;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.lgpl3; license = stdenv.lib.licenses.lgpl3;
maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ftrvxmtrx ]; maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ftrvxmtrx ];

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Video + Audio player along the lines of mplayer"; description = "Video + Audio player along the lines of mplayer";
homepage = http://enlightenment.org/; homepage = https://enlightenment.org/;
maintainers = with stdenv.lib.maintainers; [ matejc ftrvxmtrx romildo ]; maintainers = with stdenv.lib.maintainers; [ matejc ftrvxmtrx romildo ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.bsd2; license = stdenv.lib.licenses.bsd2;

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = http://developer.nvidia.com/cg-toolkit; homepage = https://developer.nvidia.com/cg-toolkit;
license = lib.licenses.unfreeRedistributable; license = lib.licenses.unfreeRedistributable;
}; };
} }

View file

@ -27,7 +27,7 @@ mkDerivation rec {
installTargets = "install"; installTargets = "install";
postInstall = let postInstall = let
manpages = pkgs.fetchurl { manpages = pkgs.fetchurl {
url = "http://www.erlang.org/download/otp_doc_man_R16B02.tar.gz"; url = "https://www.erlang.org/download/otp_doc_man_R16B02.tar.gz";
sha256 = "12apxjmmd591y9g9bhr97z5jbd1jarqg7wj0y2sqhl21hc1yp75p"; sha256 = "12apxjmmd591y9g9bhr97z5jbd1jarqg7wj0y2sqhl21hc1yp75p";
}; };
in '' in ''

View file

@ -108,8 +108,8 @@ in stdenv.mkDerivation ({
setupHook = ./setup-hook.sh; setupHook = ./setup-hook.sh;
meta = with stdenv.lib; ({ meta = with stdenv.lib; ({
homepage = http://www.erlang.org/; homepage = https://www.erlang.org/;
downloadPage = "http://www.erlang.org/download.html"; downloadPage = "https://www.erlang.org/download.html";
description = "Programming language used for massively scalable soft real-time systems"; description = "Programming language used for massively scalable soft real-time systems";
longDescription = '' longDescription = ''

View file

@ -58,7 +58,7 @@ in
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Java libraries for 3D Graphics, Multimedia and Processing"; description = "Java libraries for 3D Graphics, Multimedia and Processing";
homepage = http://jogamp.org/; homepage = https://jogamp.org/;
license = licenses.bsd3; license = licenses.bsd3;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
version = "1.1.6"; version = "1.1.6";
src = fetchurl { src = fetchurl {
url = "http://www.freetds.org/files/stable/${name}.tar.bz2"; url = "https://www.freetds.org/files/stable/${name}.tar.bz2";
sha256 = "18rry59npbhxpzjb0l3ib7zlnlzj43srb5adcm65wyklklsh0gn2"; sha256 = "18rry59npbhxpzjb0l3ib7zlnlzj43srb5adcm65wyklklsh0gn2";
}; };

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Multi-platform library for creating OpenGL contexts and managing input, including keyboard, mouse, joystick and time"; description = "Multi-platform library for creating OpenGL contexts and managing input, including keyboard, mouse, joystick and time";
homepage = http://www.glfw.org/; homepage = https://www.glfw.org/;
license = licenses.zlib; license = licenses.zlib;
maintainers = with maintainers; [ marcweber ]; maintainers = with maintainers; [ marcweber ];
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -15,7 +15,7 @@ in stdenv.mkDerivation {
inherit name; inherit name;
src = fetchurl { src = fetchurl {
url = "http://www.open-mpi.org/software/hwloc/v${versmm}/downloads/${name}.tar.bz2"; url = "https://www.open-mpi.org/software/hwloc/v${versmm}/downloads/${name}.tar.bz2";
sha256 = "1aa7s208gdijk19vvzzahyl8pglk1va3yd6kdbpfa5pz5ms0ag35"; sha256 = "1aa7s208gdijk19vvzzahyl8pglk1va3yd6kdbpfa5pz5ms0ag35";
}; };
@ -78,7 +78,7 @@ in stdenv.mkDerivation {
more. more.
''; '';
# http://www.open-mpi.org/projects/hwloc/license.php # https://www.open-mpi.org/projects/hwloc/license.php
license = licenses.bsd3; license = licenses.bsd3;
homepage = https://www.open-mpi.org/projects/hwloc/; homepage = https://www.open-mpi.org/projects/hwloc/;
maintainers = with maintainers; [ fpletz markuskowa ]; maintainers = with maintainers; [ fpletz markuskowa ];

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
doCheck = stdenv.isx86_64; doCheck = stdenv.isx86_64;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.openexr.com/; homepage = https://www.openexr.com/;
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.all; platforms = platforms.all;
}; };

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation {
buildInputs = [ curl ]; buildInputs = [ curl ];
meta = { meta = {
homepage = http://www.autistici.org/bakunin/libnxml/; homepage = https://www.autistici.org/bakunin/libnxml/;
description = "C library for parsing, writing and creating XML 1.0 and 1.1 files or streams"; description = "C library for parsing, writing and creating XML 1.0 and 1.1 files or streams";
license = stdenv.lib.licenses.lgpl2; license = stdenv.lib.licenses.lgpl2;

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "1-Wire File System full library"; description = "1-Wire File System full library";
homepage = http://owfs.org/; homepage = https://owfs.org/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ disserman ]; maintainers = with maintainers; [ disserman ];
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];
meta = { meta = {
homepage = http://liquidsdr.org/; homepage = https://liquidsdr.org/;
description = "Digital signal processing library for software-defined radios"; description = "Digital signal processing library for software-defined radios";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;

View file

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
doCheck = false; # fails 1 of 1 tests doCheck = false; # fails 1 of 1 tests
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.openexr.com/; homepage = https://www.openexr.com/;
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.all; platforms = platforms.all;
}; };

View file

@ -15,7 +15,7 @@ in stdenv.mkDerivation rec {
name = "openmpi-${version}"; name = "openmpi-${version}";
src = with stdenv.lib.versions; fetchurl { src = with stdenv.lib.versions; fetchurl {
url = "http://www.open-mpi.org/software/ompi/v${major version}.${minor version}/downloads/${name}.tar.bz2"; url = "https://www.open-mpi.org/software/ompi/v${major version}.${minor version}/downloads/${name}.tar.bz2";
sha256 = "02cpzcp113gj5hb0j2xc0cqma2fn04i2i0bzf80r71120p9bdryc"; sha256 = "02cpzcp113gj5hb0j2xc0cqma2fn04i2i0bzf80r71120p9bdryc";
}; };
@ -52,7 +52,7 @@ in stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.open-mpi.org/; homepage = https://www.open-mpi.org/;
description = "Open source MPI-3 implementation"; description = "Open source MPI-3 implementation";
longDescription = "The Open MPI Project is an open source MPI-3 implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers."; longDescription = "The Open MPI Project is an open source MPI-3 implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.";
maintainers = with maintainers; [ markuskowa ]; maintainers = with maintainers; [ markuskowa ];

View file

@ -83,7 +83,7 @@ let
''; '';
meta = { meta = {
description = "A domain-specific language for finite element variational forms"; description = "A domain-specific language for finite element variational forms";
homepage = http://fenicsproject.org/; homepage = https://fenicsproject.org/;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.lgpl3; license = stdenv.lib.licenses.lgpl3;
}; };
@ -102,7 +102,7 @@ let
''; '';
meta = { meta = {
description = "A compiler for finite element variational forms"; description = "A compiler for finite element variational forms";
homepage = http://fenicsproject.org/; homepage = https://fenicsproject.org/;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.lgpl3; license = stdenv.lib.licenses.lgpl3;
}; };
@ -117,7 +117,7 @@ let
buildInputs = [ numpy six ]; buildInputs = [ numpy six ];
meta = { meta = {
description = "Instant inlining of C and C++ code in Python"; description = "Instant inlining of C and C++ code in Python";
homepage = http://fenicsproject.org/; homepage = https://fenicsproject.org/;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.lgpl3; license = stdenv.lib.licenses.lgpl3;
}; };
@ -162,7 +162,7 @@ stdenv.mkDerivation {
postInstall = "source $out/share/dolfin/dolfin.conf"; postInstall = "source $out/share/dolfin/dolfin.conf";
meta = { meta = {
description = "The FEniCS Problem Solving Environment in Python and C++"; description = "The FEniCS Problem Solving Environment in Python and C++";
homepage = http://fenicsproject.org/; homepage = https://fenicsproject.org/;
platforms = stdenv.lib.platforms.darwin; platforms = stdenv.lib.platforms.darwin;
license = stdenv.lib.licenses.lgpl3; license = stdenv.lib.licenses.lgpl3;
}; };

View file

@ -150,7 +150,7 @@ cjson = buildLuarocksPackage {
propagatedBuildInputs = [ lua ]; propagatedBuildInputs = [ lua ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php"; homepage = "https://www.kyne.com.au/~mark/software/lua-cjson.php";
description = "A fast JSON encoding/parsing module"; description = "A fast JSON encoding/parsing module";
license = { license = {
fullName = "MIT"; fullName = "MIT";
@ -236,7 +236,7 @@ cyrussasl = buildLuarocksPackage {
propagatedBuildInputs = [ lua ]; propagatedBuildInputs = [ lua ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://github.com/JorjBauer/lua-cyrussasl"; homepage = "https://github.com/JorjBauer/lua-cyrussasl";
description = "Cyrus SASL library for Lua 5.1+"; description = "Cyrus SASL library for Lua 5.1+";
maintainers = with maintainers; [ vcunat ]; maintainers = with maintainers; [ vcunat ];
license = { license = {
@ -385,7 +385,7 @@ lgi = buildLuarocksPackage {
propagatedBuildInputs = [ lua ]; propagatedBuildInputs = [ lua ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://github.com/pavouk/lgi"; homepage = "https://github.com/pavouk/lgi";
description = "Lua bindings to GObject libraries"; description = "Lua bindings to GObject libraries";
license = { license = {
fullName = "MIT/X11"; fullName = "MIT/X11";
@ -480,7 +480,7 @@ lrexlib-gnu = buildLuarocksPackage {
propagatedBuildInputs = [ lua ]; propagatedBuildInputs = [ lua ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://github.com/rrthomas/lrexlib"; homepage = "https://github.com/rrthomas/lrexlib";
description = "Regular expression library binding (GNU flavour)."; description = "Regular expression library binding (GNU flavour).";
license = { license = {
fullName = "MIT/X11"; fullName = "MIT/X11";
@ -499,7 +499,7 @@ lrexlib-pcre = buildLuarocksPackage {
propagatedBuildInputs = [ lua ]; propagatedBuildInputs = [ lua ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://github.com/rrthomas/lrexlib"; homepage = "https://github.com/rrthomas/lrexlib";
description = "Regular expression library binding (PCRE flavour)."; description = "Regular expression library binding (PCRE flavour).";
maintainers = with maintainers; [ vyp ]; maintainers = with maintainers; [ vyp ];
license = { license = {
@ -519,7 +519,7 @@ lrexlib-posix = buildLuarocksPackage {
propagatedBuildInputs = [ lua ]; propagatedBuildInputs = [ lua ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://github.com/rrthomas/lrexlib"; homepage = "https://github.com/rrthomas/lrexlib";
description = "Regular expression library binding (POSIX flavour)."; description = "Regular expression library binding (POSIX flavour).";
license = { license = {
fullName = "MIT/X11"; fullName = "MIT/X11";
@ -567,7 +567,7 @@ lua-cmsgpack = buildLuarocksPackage {
propagatedBuildInputs = [ lua ]; propagatedBuildInputs = [ lua ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://github.com/antirez/lua-cmsgpack"; homepage = "https://github.com/antirez/lua-cmsgpack";
description = "MessagePack C implementation and bindings for Lua 5.1/5.2/5.3"; description = "MessagePack C implementation and bindings for Lua 5.1/5.2/5.3";
license = { license = {
fullName = "Two-clause BSD"; fullName = "Two-clause BSD";
@ -955,7 +955,7 @@ luaposix = buildLuarocksPackage {
propagatedBuildInputs = [ bit32 lua std_normalize ]; propagatedBuildInputs = [ bit32 lua std_normalize ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://github.com/luaposix/luaposix/"; homepage = "https://github.com/luaposix/luaposix/";
description = "Lua bindings for POSIX"; description = "Lua bindings for POSIX";
maintainers = with maintainers; [ vyp lblasc ]; maintainers = with maintainers; [ vyp lblasc ];
license = { license = {

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "API to access display driver functionality for ATI graphics cards"; description = "API to access display driver functionality for ATI graphics cards";
homepage = http://developer.amd.com/tools/graphics-development/display-library-adl-sdk/; homepage = https://developer.amd.com/tools/graphics-development/display-library-adl-sdk/;
license = licenses.unfree; license = licenses.unfree;
maintainers = [ maintainers.offline ]; maintainers = [ maintainers.offline ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View file

@ -54,7 +54,7 @@ buildPythonPackage rec {
meta = { meta = {
description = "Distributed computation in Python."; description = "Distributed computation in Python.";
homepage = http://distributed.readthedocs.io/en/latest/; homepage = https://distributed.readthedocs.io/en/latest/;
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
platforms = lib.platforms.x86; # fails on aarch64 platforms = lib.platforms.x86; # fails on aarch64
maintainers = with lib.maintainers; [ teh costrouc ]; maintainers = with lib.maintainers; [ teh costrouc ];

View file

@ -13,6 +13,6 @@ buildPythonPackage rec {
description = "Dump the Python traceback"; description = "Dump the Python traceback";
license = stdenv.lib.licenses.bsd2; license = stdenv.lib.licenses.bsd2;
maintainers = with stdenv.lib.maintainers; [ sauyon ]; maintainers = with stdenv.lib.maintainers; [ sauyon ];
homepage = http://faulthandler.readthedocs.io/; homepage = https://faulthandler.readthedocs.io/;
}; };
} }

View file

@ -33,7 +33,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ flask six pytz aniso8601 pycrypto ]; propagatedBuildInputs = [ flask six pytz aniso8601 pycrypto ];
meta = with lib; { meta = with lib; {
homepage = "http://flask-restful.readthedocs.io/"; homepage = "https://flask-restful.readthedocs.io/";
description = "REST API building blocks for Flask"; description = "REST API building blocks for Flask";
license = licenses.bsd3; license = licenses.bsd3;
}; };

View file

@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Tools for generators, generator functions, and generator-based coroutines"; description = "Tools for generators, generator functions, and generator-based coroutines";
license = licenses.mit; license = licenses.mit;
homepage = http://gentools.readthedocs.io/; homepage = https://gentools.readthedocs.io/;
maintainers = with maintainers; [ mredaelli ]; maintainers = with maintainers; [ mredaelli ];
}; };

View file

@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = { meta = {
description = "Python interface to Library Genesis"; description = "Python interface to Library Genesis";
homepage = http://habanero.readthedocs.io/en/latest/; homepage = https://habanero.readthedocs.io/en/latest/;
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = [ lib.maintainers.nico202 ]; maintainers = [ lib.maintainers.nico202 ];
}; };

View file

@ -12,7 +12,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Time manipulation utilities for Python"; description = "Time manipulation utilities for Python";
homepage = http://hiro.readthedocs.io/en/latest/; homepage = https://hiro.readthedocs.io/en/latest/;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ nyarly ]; maintainers = with maintainers; [ nyarly ];
}; };

View file

@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = { meta = {
description = "Powerful command-line document and bibliography manager"; description = "Powerful command-line document and bibliography manager";
homepage = http://papis.readthedocs.io/en/latest/; homepage = https://papis.readthedocs.io/en/latest/;
license = lib.licenses.gpl3; license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ nico202 teto ]; maintainers = with lib.maintainers; [ nico202 teto ];
}; };

View file

@ -25,7 +25,7 @@ in python3Packages.buildPythonApplication {
checkPhase = "py.test"; checkPhase = "py.test";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://pydoit.org/; homepage = https://pydoit.org/;
description = "A task management & automation tool"; description = "A task management & automation tool";
license = licenses.mit; license = licenses.mit;
longDescription = '' longDescription = ''

View file

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
- Network Monitoring - Network Monitoring
''; '';
homepage = http://phantomjs.org/; homepage = https://phantomjs.org/;
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.bluescreen303 ]; maintainers = [ lib.maintainers.bluescreen303 ];

View file

@ -105,7 +105,7 @@ in stdenv.mkDerivation rec {
- Network Monitoring - Network Monitoring
''; '';
homepage = http://phantomjs.org/; homepage = https://phantomjs.org/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.aflatter ]; maintainers = [ maintainers.aflatter ];

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Music Player Daemon AudioScrobbler"; description = "Music Player Daemon AudioScrobbler";
homepage = http://50hz.ws/mpdas/; homepage = https://50hz.ws/mpdas/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.taketwo ]; maintainers = [ maintainers.taketwo ];
platforms = platforms.all; platforms = platforms.all;

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Offline dictionary attack against WPA/WPA2 networks"; description = "Offline dictionary attack against WPA/WPA2 networks";
license = licenses.gpl2; license = licenses.gpl2;
homepage = http://www.willhackforsushi.com/?page_id=50; homepage = https://www.willhackforsushi.com/?page_id=50;
maintainers = with maintainers; [ nico202 ]; maintainers = with maintainers; [ nico202 ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "ossec-client-2.6"; name = "ossec-client-2.6";
src = fetchurl { src = fetchurl {
url = http://www.ossec.net/files/ossec-hids-2.6.tar.gz; url = https://www.ossec.net/files/ossec-hids-2.6.tar.gz;
sha256 = "0k1b59wdv9h50gbyy88qw3cnpdm8hv0nrl0znm92h9a11i5b39ip"; sha256 = "0k1b59wdv9h50gbyy88qw3cnpdm8hv0nrl0znm92h9a11i5b39ip";
}; };

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Convert DjVu files to PDF files"; description = "Convert DjVu files to PDF files";
homepage = http://0x2a.at/s/projects/djvu2pdf; homepage = https://0x2a.at/s/projects/djvu2pdf;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
inherit version; inherit version;

View file

@ -16133,7 +16133,7 @@ let
}; };
propagatedBuildInputs = [ TermReadKey TextAutoformat ]; propagatedBuildInputs = [ TermReadKey TextAutoformat ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://metacpan.org/release/Term-Shell; homepage = https://metacpan.org/release/Term-Shell;
description = "A simple command-line shell framework"; description = "A simple command-line shell framework";
license = with licenses; [ artistic1 gpl1Plus ]; license = with licenses; [ artistic1 gpl1Plus ];
}; };