Change many homepage urls from http to https #30636

This commit is contained in:
Pascal Wittmann 2017-11-10 22:13:27 +01:00
parent 8ba0b7bc3b
commit 24e87b49b6
No known key found for this signature in database
GPG key ID: C899ACE7E2322852
104 changed files with 226 additions and 226 deletions

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Fluidsynth GUI";
homepage = http://sourceforge.net/projects/qsynth;
homepage = https://sourceforge.net/projects/qsynth;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ];

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_LINK = "-lXmu";
meta = {
homepage = http://sourceforge.net/projects/slim.berlios/; # berlios shut down; I found no replacement yet
homepage = https://sourceforge.net/projects/slim.berlios/; # berlios shut down; I found no replacement yet
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://sourceforge.net/projects/nedit;
homepage = https://sourceforge.net/projects/nedit;
platforms = with platforms; linux ++ darwin;
};
}

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
mkdir -p $out/share/{app-install/desktop,applications,info,pixmaps}
'';
meta = with stdenv.lib; {
homepage = http://sourceforge.net/projects/xzgv/;
homepage = https://sourceforge.net/projects/xzgv/;
description = "Picture viewer for X with a thumbnail-based selector";
license = licenses.gpl2;
maintainers = [ maintainers.womfoo ];

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Open Street Map viewer";
homepage = http://sourceforge.net/projects/gosmore/;
homepage = https://sourceforge.net/projects/gosmore/;
maintainers = with maintainers; [
raskin
];

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation {
Multitabbed lightweight terminal emulator based on rxvt.
Supports transparency, backgroundimages, freetype fonts, ...
";
homepage = http://sourceforge.net/projects/materm;
homepage = https://sourceforge.net/projects/materm;
license = "GPL";
platforms = stdenv.lib.platforms.linux;
};

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
It is based on the popular, but discontinued, X Win Commander, which was developed by Maxim Baranov.
Xfe aims to be the filemanager of choice for all the Unix addicts!
'';
homepage = http://sourceforge.net/projects/xfe/;
homepage = https://sourceforge.net/projects/xfe/;
license = stdenv.lib.licenses.gpl2;
maintainers = [];
platforms = stdenv.lib.platforms.linux;

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
featureset might be considered "minimalistic", but not as minimalistic as
being completely featureless.
'';
homepage = http://sourceforge.net/apps/trac/vimprobable;
homepage = https://sourceforge.net/apps/trac/vimprobable;
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.aforemny ];
platforms = with stdenv.lib.platforms; linux;

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Graphical wireless scanning for Linux";
homepage = http://sourceforge.net/projects/linssid/;
homepage = https://sourceforge.net/projects/linssid/;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Command line tool to make a copy from a video DVD for private use";
homepage = http://sourceforge.net/projects/lxdvdrip;
homepage = https://sourceforge.net/projects/lxdvdrip;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
};

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://sourceforge.net/projects/mjpg-streamer/;
homepage = https://sourceforge.net/projects/mjpg-streamer/;
description = "MJPG-streamer takes JPGs from Linux-UVC compatible webcams, filesystem or other input plugins and streams them as M-JPEG via HTTP to webbrowsers, VLC and other software";
platforms = platforms.linux;
license = licenses.gpl2;

View file

@ -66,7 +66,7 @@ stdenv.mkDerivation (edk2.setup "OvmfPkg/OvmfPkg${targetArch}.dsc" {
meta = {
description = "Sample UEFI firmware for QEMU and KVM";
homepage = http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=OVMF;
homepage = https://sourceforge.net/apps/mediawiki/tianocore/index.php?title=OVMF;
license = stdenv.lib.licenses.bsd2;
platforms = ["x86_64-linux" "i686-linux"];
};

View file

@ -13,7 +13,7 @@ fetchzip {
sha256 = "17rgkh54arybmcdg750ynw32x2sps7p9vrvq9kpih8vdghwrh9k2";
meta = with stdenv.lib; {
homepage = http://sourceforge.net/adobe/sourcesans;
homepage = https://sourceforge.net/adobe/sourcesans;
description = "A set of OpenType fonts designed by Adobe for UIs";
license = licenses.ofl;
platforms = platforms.all;

View file

@ -15,7 +15,7 @@ in fetchzip {
sha256 = "04447fbj7lwr2qmmvy7d7624qdh4in7hp627nsc8vbpxmb7bbmn1";
meta = with stdenv.lib; {
homepage = http://sourceforge.net/adobe/sourceserifpro;
homepage = https://sourceforge.net/adobe/sourceserifpro;
description = "A set of OpenType fonts to complement Source Sans Pro";
license = licenses.ofl;
platforms = platforms.all;

View file

@ -133,7 +133,7 @@
test-framework-hunit test-framework-quickcheck2 text unix
];
jailbreak = true;
homepage = http://github.com/tibbe/hashable;
homepage = https://github.com/tibbe/hashable;
description = "A class for types that can be converted to a hash value";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -146,7 +146,7 @@
doCheck = false;
libraryHaskellDepends = [ base transformers ];
jailbreak = true;
homepage = http://github.com/ekmett/mtl;
homepage = https://github.com/ekmett/mtl;
description = "Monad classes, using functional dependencies";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -311,7 +311,7 @@
test-framework-hunit test-framework-quickcheck2 text
];
jailbreak = true;
homepage = http://github.com/ghcjs/ghcjs-base;
homepage = https://github.com/ghcjs/ghcjs-base;
description = "Base library for GHCJS";
license = stdenv.lib.licenses.mit;
}) {};

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
homepage = http://sourceforge.net/p/ghdl-updates/wiki/Home/;
homepage = https://sourceforge.net/p/ghdl-updates/wiki/Home/;
description = "Free VHDL simulator";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; (if flavour == "llvm" then [ "i686-linux" "x86_64-linux" ]

View file

@ -18,7 +18,7 @@ in rec {
m2Path = "/com/nequissimus/maven-hello/${version}";
meta = {
homepage = http://github.com/NeQuissimus/maven-hello/;
homepage = https://github.com/NeQuissimus/maven-hello/;
description = "Maven Hello World";
license = stdenv.lib.licenses.unlicense;
platforms = stdenv.lib.platforms.all;

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = {
description = "C++ wrappers for ATK accessibility toolkit";
license = stdenv.lib.licenses.lgpl21Plus;
homepage = http://gtkmm.org;
homepage = https://gtkmm.org;
platforms = stdenv.lib.platforms.unix;
};
}

View file

@ -18,7 +18,7 @@ rec {
meta = with stdenv.lib; {
description = "Audio processing plugin system for plugins that extract descriptive information from audio data";
homepage = http://sourceforge.net/projects/vamp;
homepage = https://sourceforge.net/projects/vamp;
license = licenses.bsd3;
maintainers = [ maintainers.goibhniu maintainers.marcweber ];
platforms = platforms.linux;

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://sourceforge.net/projects/dirac;
homepage = https://sourceforge.net/projects/dirac;
description = "A general-purpose video codec based on wavelets";
platforms = platforms.linux;
license = with licenses; [ mpl11 gpl2 lgpl21 ];

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Lightweight library to handle the sending and receiving of messages according to the Open Sound Control (OSC) protocol";
homepage = http://sourceforge.net/projects/liblo;
homepage = https://sourceforge.net/projects/liblo;
license = stdenv.lib.licenses.gpl2;
maintainers = [stdenv.lib.maintainers.marcweber];
platforms = with stdenv.lib.platforms; linux ++ darwin;

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = {
description = "An abstraction library for audio visualisations";
homepage = http://sourceforge.net/projects/libvisual/;
homepage = https://sourceforge.net/projects/libvisual/;
license = stdenv.lib.licenses.lgpl21Plus;
platforms = stdenv.lib.platforms.unix;
};

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
platforms = platforms.linux;
homepage = http://sourceforge.net/projects/linuxwacom/;
homepage = https://sourceforge.net/projects/linuxwacom/;
description = "Libraries, configuration, and diagnostic tools for Wacom tablets running under Linux";
};
}

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Extract Cell Data From Excel xls files";
homepage = http://sourceforge.net/projects/libxls/;
homepage = https://sourceforge.net/projects/libxls/;
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ abbradar ];

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ protobuf zlib ];
meta = with stdenv.lib; {
homepage = http://github.com/protobuf-c/protobuf-c/;
homepage = https://github.com/protobuf-c/protobuf-c/;
description = "C bindings for Google's Protocol Buffers";
license = licenses.bsd2;
platforms = platforms.all;

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Small Footprint CIM Client Library";
homepage = http://sourceforge.net/projects/sblim/;
homepage = https://sourceforge.net/projects/sblim/;
maintainers = [ stdenv.lib.maintainers.deepfire ];

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = {
description = "An implementation of the C++ Standard Library";
homepage = http://sourceforge.net/projects/stlport/;
homepage = https://sourceforge.net/projects/stlport/;
license = stdenv.lib.licenses.free; # seems BSD-like
broken = true; # probably glibc-2.20 -related issue
};

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with stdenv.lib; {
homepage = http://sourceforge.net/projects/libtirpc/;
homepage = https://sourceforge.net/projects/libtirpc/;
description = "The transport-independent Sun RPC implementation (TI-RPC)";
license = licenses.bsd3;
platforms = platforms.linux;

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "C++/C library to construct Excel .xls files in code";
homepage = http://sourceforge.net/projects/xlslib/;
homepage = https://sourceforge.net/projects/xlslib/;
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];

View file

@ -16,7 +16,7 @@ buildRustPackage rec {
cargoSha256 = "0y2ww48vh667kkyg9pyjwcbh7fxi41bjnkhwp749crjqn2abimrk";
meta = {
homepage = http://github.com/cgag/loc;
homepage = https://github.com/cgag/loc;
description = "Count lines of code quickly";
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ];

View file

@ -5816,7 +5816,7 @@ in
buildInputs = globalBuildInputs;
meta = {
description = "Web Inspector based nodeJS debugger";
homepage = http://github.com/node-inspector/node-inspector;
homepage = https://github.com/node-inspector/node-inspector;
};
production = true;
};

View file

@ -29050,7 +29050,7 @@ in
buildInputs = globalBuildInputs;
meta = {
description = "Web Inspector based nodeJS debugger";
homepage = http://github.com/node-inspector/node-inspector;
homepage = https://github.com/node-inspector/node-inspector;
};
production = true;
};

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
createFindlibDestdir = true;
meta = {
homepage = http://sourceforge.net/projects/ocamlfuse;
homepage = https://sourceforge.net/projects/ocamlfuse;
description = "OCaml bindings for FUSE";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;

View file

@ -12,7 +12,7 @@ buildOcaml rec {
propagatedBuildInputs = [ ocaml_batteries csv ocaml_lwt ocaml_sqlite3 estring ];
meta = with stdenv.lib; {
homepage = http://github.com/mfp/ocaml-sqlexpr;
homepage = https://github.com/mfp/ocaml-sqlexpr;
description = "Type-safe, convenient SQLite database access";
license = licenses.lgpl21;
};

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
createFindlibDestdir = true;
meta = with stdenv.lib; {
homepage = http://github.com/mlin/ocaml-sqlite3EZ;
homepage = https://github.com/mlin/ocaml-sqlite3EZ;
description = "A thin wrapper for sqlite3-ocaml with a simplified interface";
license = licenses.mit;
maintainers = [ maintainers.vbgl ];

View file

@ -59,7 +59,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A Python library that lets you schedule your Python code to be executed";
homepage = http://pypi.python.org/pypi/APScheduler/;
homepage = https://pypi.python.org/pypi/APScheduler/;
license = licenses.mit;
};
}

View file

@ -23,7 +23,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://github.com/saghul/aiodns;
homepage = https://github.com/saghul/aiodns;
license = licenses.mit;
description = "Simple DNS resolver for asyncio";
};

View file

@ -17,7 +17,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ Mako sqlalchemy python-editor dateutil ];
meta = with stdenv.lib; {
homepage = http://bitbucket.org/zzzeek/alembic;
homepage = https://bitbucket.org/zzzeek/alembic;
description = "A database migration tool for SQLAlchemy";
license = licenses.mit;
};

View file

@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Namespace control and lazy-import mechanism";
homepage = http://bitbucket.org/hpk42/apipkg;
homepage = https://bitbucket.org/hpk42/apipkg;
license = licenses.mit;
};
}

View file

@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = {
description = "A python module for determining appropriate platform-specific dirs";
homepage = http://github.com/ActiveState/appdirs;
homepage = https://github.com/ActiveState/appdirs;
license = lib.licenses.mit;
};
}

View file

@ -16,6 +16,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Posix IPC-backed ASGI channel layer implementation";
license = licenses.bsd3;
homepage = http://github.com/django/asgi_ipc/;
homepage = https://github.com/django/asgi_ipc/;
};
}

View file

@ -19,6 +19,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Redis-backed ASGI channel layer implementation";
license = licenses.bsd3;
homepage = http://github.com/django/asgi_redis/;
homepage = https://github.com/django/asgi_redis/;
};
}

View file

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A abstract syntax tree for Python with inference support";
homepage = http://bitbucket.org/logilab/astroid;
homepage = https://bitbucket.org/logilab/astroid;
license = licenses.lgpl2;
platforms = platforms.all;
maintainers = with maintainers; [ nand0p ];

View file

@ -17,7 +17,7 @@ buildPythonPackage rec {
doCheck = false;
meta = {
homepage = http://github.com/dursk/bitcoin-price-api;
homepage = https://github.com/dursk/bitcoin-price-api;
description = "Price APIs for bitcoin exchanges";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ bhipple ];

View file

@ -23,7 +23,7 @@ buildPythonPackage rec {
meta = {
description = "High level chart types built on top of Bokeh";
homepage = http://github.com/bokeh/bkcharts;
homepage = https://github.com/bokeh/bkcharts;
license = lib.licenses.bsd3;
};
}
}

View file

@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = {
description = "Composable style cycles";
homepage = http://github.com/matplotlib/cycler;
homepage = https://github.com/matplotlib/cycler;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
};

View file

@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = {
description = "Minimal task scheduling abstraction";
homepage = http://github.com/ContinuumIO/dask/;
homepage = https://github.com/ContinuumIO/dask/;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
};

View file

@ -13,7 +13,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Powerful extensions to the standard datetime module";
homepage = http://pypi.python.org/pypi/python-dateutil;
homepage = https://pypi.python.org/pypi/python-dateutil;
license = "BSD-style";
};
}

View file

@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A caching front-end based on the Dogpile lock";
homepage = http://bitbucket.org/zzzeek/dogpile.cache;
homepage = https://bitbucket.org/zzzeek/dogpile.cache;
platforms = platforms.unix;
license = licenses.bsd3;
};

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Code checking using pep8 and pyflakes";
homepage = http://pypi.python.org/pypi/flake8;
homepage = https://pypi.python.org/pypi/flake8;
license = licenses.mit;
maintainers = with maintainers; [ garbas ];
};

View file

@ -25,7 +25,7 @@ buildPythonPackage rec {
];
meta = {
homepage = http://pypi.python.org/pypi/guessit;
homepage = https://pypi.python.org/pypi/guessit;
license = lib.licenses.lgpl3;
description = "A library for guessing information from video files";
};

View file

@ -25,7 +25,7 @@ buildPythonPackage rec {
];
meta = {
homepage = http://pypi.python.org/pypi/guessit;
homepage = https://pypi.python.org/pypi/guessit;
license = lib.licenses.lgpl3;
description = "A library for guessing information from video files";
};

View file

@ -18,7 +18,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = http://pypi.python.org/pypi/gunicorn;
homepage = https://pypi.python.org/pypi/gunicorn;
description = "WSGI HTTP Server for UNIX";
license = licenses.mit;
};

View file

@ -11,7 +11,7 @@ buildPythonPackage rec {
};
meta = with stdenv.lib; {
homepage = http://github.com/twisted/treq;
homepage = https://github.com/twisted/treq;
description = "Incremental is a small library that versions your Python projects";
license = licenses.mit;
maintainers = with maintainers; [ nand0p ];

View file

@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = {
description = "Convert Matplotlib plots into Leaflet web maps";
homepage = http://github.com/jwass/mplleaflet;
homepage = https://github.com/jwass/mplleaflet;
license = with lib.licenses; [ bsd3 ];
};
}

View file

@ -17,7 +17,7 @@ buildPythonPackage rec {
doCheck = false;
meta = {
homepage = http://github.com/mrocklin/multipledispatch/;
homepage = https://github.com/mrocklin/multipledispatch/;
description = "A relatively sane approach to multiple dispatch in Python";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];

View file

@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = {
description = "A module wrapper for os.path";
homepage = http://github.com/jaraco/path.py;
homepage = https://github.com/jaraco/path.py;
license = lib.licenses.mit;
};

View file

@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = {
description = "A port of the serialize and unserialize functions of PHP to Python";
homepage = http://github.com/mitsuhiko/phpserialize;
homepage = https://github.com/mitsuhiko/phpserialize;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ jluttine ];
};

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = {
description = "A python client library for Apache Cassandra";
homepage = http://github.com/pycassa/pycassa;
homepage = https://github.com/pycassa/pycassa;
license = stdenv.lib.licenses.mit;
};
}

View file

@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A Python wrapper for Ofir Pele and Michael Werman's implementation of the Earth Mover's Distance";
homepage = http://github.com/wmayner/pyemd;
homepage = https://github.com/wmayner/pyemd;
license = licenses.mit;
maintainers = with maintainers; [ rvl ];
};

View file

@ -28,7 +28,7 @@ buildPythonPackage (rec {
meta = {
description = "Python interface to PROJ.4 library";
homepage = http://github.com/jswhit/pyproj;
homepage = https://github.com/jswhit/pyproj;
license = with lib.licenses; [ isc ];
};
} // (if proj == null then {} else { PROJ_DIR = proj; }))

View file

@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for Windows Remote Management";
homepage = http://github.com/diyan/pywinrm/;
homepage = https://github.com/diyan/pywinrm/;
license = licenses.mit;
maintainers = with maintainers; [ elasticdog ];
platforms = platforms.all;

View file

@ -36,7 +36,7 @@ buildPythonPackage rec {
meta = {
description = "GPGPU algorithms for PyCUDA and PyOpenCL";
homepage = http://github.com/fjarri/reikna;
homepage = https://github.com/fjarri/reikna;
license = stdenv.lib.licenses.mit;
maintainer = stdenv.lib.maintainers.fridh;

View file

@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python unittest test suite for Robot Framework";
homepage = http://github.com/collective/robotsuite/;
homepage = https://github.com/collective/robotsuite/;
license = licenses.gpl3;
};
}

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Utilities to facilitate the installation of Python packages";
homepage = http://pypi.python.org/pypi/setuptools;
homepage = https://pypi.python.org/pypi/setuptools;
license = with licenses; [ psfl zpl20 ];
platforms = platforms.all;
priority = 10;

View file

@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = {
description = "A Python 2 and 3 compatibility library";
homepage = http://pypi.python.org/pypi/six/;
homepage = https://pypi.python.org/pypi/six/;
license = lib.licenses.mit;
};
}

View file

@ -35,7 +35,7 @@ buildPythonPackage rec {
meta = {
description = "A set of extensions to the Python standard library's unit testing framework";
homepage = http://pypi.python.org/pypi/testtools;
homepage = https://pypi.python.org/pypi/testtools;
license = lib.licenses.mit;
};
}

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Transaction management";
homepage = http://pypi.python.org/pypi/transaction;
homepage = https://pypi.python.org/pypi/transaction;
license = licenses.zpl20;
};
}

View file

@ -49,7 +49,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://github.com/twisted/treq;
homepage = https://github.com/twisted/treq;
description = "A requests-like API built on top of twisted.web's Agent";
license = licenses.mit;
maintainers = with maintainers; [ nand0p ];

View file

@ -15,7 +15,7 @@ buildPythonPackage rec {
buildInputs = [ glibcLocales ];
meta = with stdenv.lib; {
homepage = http://pypi.python.org/pypi/Unidecode/;
homepage = https://pypi.python.org/pypi/Unidecode/;
description = "ASCII transliterations of Unicode text";
license = licenses.gpl2;
maintainers = with maintainers; [ domenkozar ];

View file

@ -23,7 +23,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Structured Configuration Library";
homepage = http://pypi.python.org/pypi/ZConfig;
homepage = https://pypi.python.org/pypi/ZConfig;
license = licenses.zpl20;
maintainers = [ maintainers.goibhniu ];
};

View file

@ -45,7 +45,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Zope Object Database: object database and persistence";
homepage = http://pypi.python.org/pypi/ZODB;
homepage = https://pypi.python.org/pypi/ZODB;
license = licenses.zpl21;
maintainers = with maintainers; [ goibhniu ];
};

View file

@ -18,6 +18,6 @@ buildPythonPackage rec {
doCheck = false;
meta = {
homepage = http://pypi.python.org/pypi/zodbpickle;
homepage = https://pypi.python.org/pypi/zodbpickle;
};
}

View file

@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A flexible test runner with layer support";
homepage = http://pypi.python.org/pypi/zope.testrunner;
homepage = https://pypi.python.org/pypi/zope.testrunner;
license = licenses.zpl20;
maintainers = [ maintainers.goibhniu ];
};

View file

@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
it is intended as a replacement for the venerable 'isql' program supplied
by Sybase.
'';
homepage = http://sourceforge.net/projects/sqsh/;
homepage = https://sourceforge.net/projects/sqsh/;
platforms = platforms.all;
};
}

View file

@ -3558,7 +3558,7 @@ in
buildInputs = globalBuildInputs;
meta = {
description = "Portable Unix shell commands for Node.js";
homepage = http://github.com/shelljs/shelljs;
homepage = https://github.com/shelljs/shelljs;
license = "BSD-3-Clause";
};
production = true;

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec{
meta = with stdenv.lib; {
description = "Command line utility for Atmel maXTouch devices";
homepage = http://github.com/atmel-maxtouch/mxt-app;
homepage = https://github.com/atmel-maxtouch/mxt-app;
license = licenses.bsd2;
maintainers = [ maintainers.colemickens ];
platforms = platforms.unix;

View file

@ -1742,7 +1742,7 @@ rec {
meta = {
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;
maintainers = with stdenv.lib.maintainers; [marcweber jagajaga];
platforms = stdenv.lib.platforms.unix;

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Displays text on your screen";
homepage = http://sourceforge.net/projects/libxosd;
homepage = https://sourceforge.net/projects/libxosd;
license = licenses.gpl2;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ pSub ];

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Cross platform port of the macOS CoreFoundation";
homepage = http://sourceforge.net/projects/opencflite/;
homepage = https://sourceforge.net/projects/opencflite/;
license = stdenv.lib.licenses.apsl20;
};
}

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Firmware for the ZyDAS ZD1211(b) 802.11a/b/g USB WLAN chip";
homepage = http://sourceforge.net/projects/zd1211/;
homepage = https://sourceforge.net/projects/zd1211/;
license = "GPL";
platforms = stdenv.lib.platforms.linux;
};

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://sourceforge.net/projects/mingetty;
homepage = https://sourceforge.net/projects/mingetty;
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Multiple Spanning Tree Protocol daemon";
homepage = http://sourceforge.net/projects/mstpd/;
homepage = https://sourceforge.net/projects/mstpd/;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation {
meta = {
description = "Ndis driver wrapper for the Linux kernel";
homepage = http://sourceforge.net/projects/ndiswrapper;
homepage = https://sourceforge.net/projects/ndiswrapper;
license = "GPL";
broken = true;
};

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation {
installPhase = "mkdir $out; mkdir -p $out/bin; cp -p watch $out/bin";
meta = {
homepage = http://sourceforge.net/projects/procps/;
homepage = https://sourceforge.net/projects/procps/;
description = "Utility for watch the output of a given command at intervals";
platforms = stdenv.lib.platforms.unix;
};

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "ONC RPC portmapper";
license = licenses.bsd3;
platforms = platforms.unix;
homepage = http://sourceforge.net/projects/rpcbind/;
homepage = https://sourceforge.net/projects/rpcbind/;
maintainers = with maintainers; [ abbradar ];
longDescription = ''
Universal addresses to RPC program number mapper.

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = http://github.com/spwhitt/nix-zsh-completions;
homepage = https://github.com/spwhitt/nix-zsh-completions;
description = "ZSH completions for Nix, NixOS, and NixOps";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all;

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ pkgconfig ];
meta = {
homepage = http://sourceforge.net/projects/lsdvd/;
homepage = https://sourceforge.net/projects/lsdvd/;
shortDescription = "Display information about audio, video, and subtitle tracks on a DVD";
platforms = stdenv.lib.platforms.linux;
};

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = {
description = "The FAT16/FAT32 non-destructive resizer";
homepage = http://sourceforge.net/projects/fatresize;
homepage = https://sourceforge.net/projects/fatresize;
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
];
meta = {
homepage = http://sourceforge.net/projects/fuseiso;
homepage = https://sourceforge.net/projects/fuseiso;
description = "FUSE module to mount ISO filesystem images";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;

View file

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
downloadPage = "http://sourceforge.net/projects/smbnetfs/files/smbnetfs";
updateWalker = true;
inherit version;
homepage = http://sourceforge.net/projects/smbnetfs/;
homepage = https://sourceforge.net/projects/smbnetfs/;
};
}

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation {
meta = {
description = "Little CMS ICC profile construction set";
homepage = http://sourceforge.net/projects/lprof;
homepage = https://sourceforge.net/projects/lprof;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
};

View file

@ -26,7 +26,7 @@ buildPythonApplication rec {
};
meta = {
homepage = http://github.com/bepasty/bepasty-server;
homepage = https://github.com/bepasty/bepasty-server;
description = "Binary pastebin server";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.makefu ];

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Bibliography format interconversion";
longDescription = "The bibutils program set interconverts between various bibliography formats using a common MODS-format XML intermediate. For example, one can convert RIS-format files to Bibtex by doing two transformations: RIS->MODS->Bibtex. By using a common intermediate for N formats, only 2N programs are required and not N²-N. These programs operate on the command line and are styled after standard UNIX-like filters.";
homepage = http://sourceforge.net/p/bibutils/home/Bibutils/;
homepage = https://sourceforge.net/p/bibutils/home/Bibutils/;
license = licenses.gpl2;
maintainers = [ maintainers.garrison ];
platforms = platforms.linux;

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Tools to manage kernel-level quotas in Linux";
homepage = http://sourceforge.net/projects/linuxquota/;
homepage = https://sourceforge.net/projects/linuxquota/;
license = licenses.gpl2; # With some files being BSD as an exception
platforms = platforms.linux;
maintainers = [ maintainers.dezgeg ];

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = http://sourceforge.net/projects/rkflashtool/;
homepage = https://sourceforge.net/projects/rkflashtool/;
description = "Tools for flashing Rockchip devices";
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.viric ];

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = http://sourceforge.net/projects/timidity/;
homepage = https://sourceforge.net/projects/timidity/;
license = licenses.gpl2;
description = "A software MIDI renderer";
maintainers = [ maintainers.marcweber ];

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
meta = {
homepage = http://sourceforge.net/projects/sshpass/;
homepage = https://sourceforge.net/projects/sshpass/;
description = "Non-interactive ssh password auth";
maintainers = [ stdenv.lib.maintainers.madjar ];
platforms = stdenv.lib.platforms.unix;

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "HTTP benchmarking tool";
homepage = http://github.com/wg/wrk;
homepage = https://github.com/wg/wrk;
longDescription = ''
wrk is a modern HTTP benchmarking tool capable of generating
significant load when run on a single multi-core CPU. It

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A general purpose fuzzer";
longDescription = "Radamsa is a general purpose data fuzzer. It reads data from given sample files, or standard input if none are given, and outputs modified data. It is usually used to generate malformed data for testing programs.";
homepage = http://github.com/aoh/radamsa;
homepage = https://github.com/aoh/radamsa;
maintainers = [ stdenv.lib.maintainers.markWot ];
platforms = stdenv.lib.platforms.all;
};

Some files were not shown because too many files have changed in this diff Show more