treewide: http -> https

This commit is contained in:
Ryan Mulligan 2018-06-23 04:34:55 -07:00
parent 59daa4fd62
commit 0d5eb901ad
55 changed files with 59 additions and 59 deletions

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Plugins for KDE-based image applications"; description = "Plugins for KDE-based image applications";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
homepage = http://www.digikam.org; homepage = https://www.digikam.org;
maintainers = with stdenv.lib.maintainers; [ ttuegel ]; maintainers = with stdenv.lib.maintainers; [ ttuegel ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };

View file

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "An open source Global Navigation Satellite Systems software-defined receiver"; description = "An open source Global Navigation Satellite Systems software-defined receiver";
homepage = http://gnss-sdr.org/; homepage = https://gnss-sdr.org/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A 2D CAD package based upon Qt"; description = "A 2D CAD package based upon Qt";
homepage = http://librecad.org; homepage = https://librecad.org;
repositories.git = git://github.com/LibreCAD/LibreCAD.git; repositories.git = git://github.com/LibreCAD/LibreCAD.git;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];

View file

@ -86,7 +86,7 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://mupdf.com; homepage = https://mupdf.com;
repositories.git = git://git.ghostscript.com/mupdf.git; repositories.git = git://git.ghostscript.com/mupdf.git;
description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C"; description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C";
license = licenses.agpl3Plus; license = licenses.agpl3Plus;

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://pcman.ptt.cc; homepage = https://pcman.ptt.cc;
license = licenses.gpl2; license = licenses.gpl2;
description = "Telnet BBS browser with GTK+ interface"; description = "Telnet BBS browser with GTK+ interface";
maintainers = [ maintainers.sifmelcara ]; maintainers = [ maintainers.sifmelcara ];

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Data AcQuisition library (DAQ), for packet I/O"; description = "Data AcQuisition library (DAQ), for packet I/O";
homepage = http://www.snort.org; homepage = https://www.snort.org;
maintainers = with stdenv.lib.maintainers; [ aycanirican ]; maintainers = with stdenv.lib.maintainers; [ aycanirican ];
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;

View file

@ -108,7 +108,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "The user-friendly, lightweight, and fast email client"; description = "The user-friendly, lightweight, and fast email client";
homepage = http://www.claws-mail.org/; homepage = https://www.claws-mail.org/;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ fpletz globin ]; maintainers = with maintainers; [ fpletz globin ];

View file

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A packet traffic generator and analyzer"; description = "A packet traffic generator and analyzer";
homepage = http://ostinato.org; homepage = https://ostinato.org;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ rick68 ]; maintainers = with maintainers; [ rick68 ];
platforms = with platforms; linux ++ darwin ++ cygwin; platforms = with platforms; linux ++ darwin ++ cygwin;

View file

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "gravit-0.5.1"; name = "gravit-0.5.1";
src = fetchurl { src = fetchurl {
url = "http://gravit.slowchop.com/media/downloads/${name}.tgz"; url = "https://gravit.slowchop.com/media/downloads/${name}.tgz";
sha256 = "14vf7zj2bgrl96wsl3f1knsggc8h9624354ajzd72l46y09x5ky7"; sha256 = "14vf7zj2bgrl96wsl3f1knsggc8h9624354ajzd72l46y09x5ky7";
}; };

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Linear logic programming system"; description = "Linear logic programming system";
homepage = http://github.com/clf/celf; homepage = https://github.com/clf/celf;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ bcdarwin ]; maintainers = with maintainers; [ bcdarwin ];
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
that can be used for modelling, validation and verification of that can be used for modelling, validation and verification of
concurrent systems and protocols concurrent systems and protocols
''; '';
homepage = http://www.mcrl2.org/; homepage = https://www.mcrl2.org/;
license = licenses.boost; license = licenses.boost;
maintainers = with maintainers; [ moretea ]; maintainers = with maintainers; [ moretea ];
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
- clock: time/date with configurable format - clock: time/date with configurable format
- keyboard-layout - keyboard-layout
''; '';
homepage = http://github.com/PandorasFox/i3lock-color; homepage = https://github.com/PandorasFox/i3lock-color;
maintainers = with maintainers; [ garbas malyn ]; maintainers = with maintainers; [ garbas malyn ];
license = licenses.bsd3; license = licenses.bsd3;

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
to support various Chinese input methods, including those based on to support various Chinese input methods, including those based on
modern dialects or historical diasystems of the Chinese language. modern dialects or historical diasystems of the Chinese language.
''; '';
homepage = http://rime.im; homepage = https://rime.im;
# Note that individual packages in this collection # Note that individual packages in this collection
# may be released under different licenses # may be released under different licenses
license = licenses.gpl3; license = licenses.gpl3;

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A functional CLI language"; description = "A functional CLI language";
homepage = http://fsharp.org/; homepage = https://fsharp.org/;
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [ thoughtpolice raskin ]; maintainers = with stdenv.lib.maintainers; [ thoughtpolice raskin ];
platforms = with stdenv.lib.platforms; unix; platforms = with stdenv.lib.platforms; unix;

View file

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A functional CLI language"; description = "A functional CLI language";
homepage = http://fsharp.org/; homepage = https://fsharp.org/;
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [ thoughtpolice raskin ]; maintainers = with stdenv.lib.maintainers; [ thoughtpolice raskin ];
platforms = with stdenv.lib.platforms; unix; platforms = with stdenv.lib.platforms; unix;

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.nasm.us/; homepage = https://www.nasm.us/;
description = "An 80x86 and x86-64 assembler designed for portability and modularity"; description = "An 80x86 and x86-64 assembler designed for portability and modularity";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ pSub willibutz ]; maintainers = with maintainers; [ pSub willibutz ];

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A high-level dynamically typed programming language"; description = "A high-level dynamically typed programming language";
homepage = http://nekovm.org; homepage = https://nekovm.org;
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = [ maintainers.marcweber ]; maintainers = [ maintainers.marcweber ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation {
''; '';
meta = { meta = {
homepage = http://opendylan.org; homepage = https://opendylan.org;
description = "A multi-paradigm functional and object-oriented programming language"; description = "A multi-paradigm functional and object-oriented programming language";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation {
postInstall = "wrapProgram $out/bin/dylan-compiler --suffix PATH : ${gcc}/bin"; postInstall = "wrapProgram $out/bin/dylan-compiler --suffix PATH : ${gcc}/bin";
meta = { meta = {
homepage = http://opendylan.org; homepage = https://opendylan.org;
description = "A multi-paradigm functional and object-oriented programming language"; description = "A multi-paradigm functional and object-oriented programming language";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A game programming library"; description = "A game programming library";
homepage = http://liballeg.org/; homepage = https://liballeg.org/;
license = licenses.zlib; license = licenses.zlib;
maintainers = [ maintainers.raskin ]; maintainers = [ maintainers.raskin ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A game programming library"; description = "A game programming library";
homepage = http://liballeg.org/; homepage = https://liballeg.org/;
license = licenses.free; # giftware license = licenses.free; # giftware
maintainers = [ maintainers.raskin ]; maintainers = [ maintainers.raskin ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = description =
"Collection of open-source libraries for high level network programming"; "Collection of open-source libraries for high level network programming";
homepage = http://cpp-netlib.org; homepage = https://cpp-netlib.org;
license = licenses.boost; license = licenses.boost;
platforms = platforms.all; platforms = platforms.all;
}; };

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A D-Bus API for the dLeyna services"; description = "A D-Bus API for the dLeyna services";
homepage = http://01.org/dleyna; homepage = https://01.org/dleyna;
maintainers = [ maintainers.jtojnar ]; maintainers = [ maintainers.jtojnar ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.lgpl21; license = licenses.lgpl21;

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Library of utility functions that are used by the higher level dLeyna"; description = "Library of utility functions that are used by the higher level dLeyna";
homepage = http://01.org/dleyna; homepage = https://01.org/dleyna;
maintainers = [ maintainers.jtojnar ]; maintainers = [ maintainers.jtojnar ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.lgpl21; license = licenses.lgpl21;

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Library to discover and manipulate Digital Media Renderers"; description = "Library to discover and manipulate Digital Media Renderers";
homepage = http://01.org/dleyna; homepage = https://01.org/dleyna;
maintainers = [ maintainers.jtojnar ]; maintainers = [ maintainers.jtojnar ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.lgpl21; license = licenses.lgpl21;

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Library to discover, browse and manipulate Digital Media Servers"; description = "Library to discover, browse and manipulate Digital Media Servers";
homepage = http://01.org/dleyna; homepage = https://01.org/dleyna;
maintainers = [ maintainers.jtojnar ]; maintainers = [ maintainers.jtojnar ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.lgpl21; license = licenses.lgpl21;

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A LDAP-like embedded database"; description = "A LDAP-like embedded database";
homepage = http://ldb.samba.org/; homepage = https://ldb.samba.org/;
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ wkennington ]; maintainers = with maintainers; [ wkennington ];
platforms = platforms.all; platforms = platforms.all;

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://rime.im/; homepage = https://rime.im/;
description = "Rime Input Method Engine, the core library"; description = "Rime Input Method Engine, the core library";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ sifmelcara ]; maintainers = with maintainers; [ sifmelcara ];

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.libtom.net/LibTomCrypt/; homepage = https://www.libtom.net/LibTomCrypt/;
description = "A fairly comprehensive, modular and portable cryptographic toolkit"; description = "A fairly comprehensive, modular and portable cryptographic toolkit";
license = with licenses; [ publicDomain wtfpl ]; license = with licenses; [ publicDomain wtfpl ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.libtom.net/LibTomMath/; homepage = https://www.libtom.net/LibTomMath/;
description = "A library for integer-based number-theoretic applications"; description = "A library for integer-based number-theoretic applications";
license = with licenses; [ publicDomain wtfpl ]; license = with licenses; [ publicDomain wtfpl ];
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A small XML library"; description = "A small XML library";
homepage = http://www.minixml.org; homepage = https://www.msweet.org/mxml/;
license = licenses.lgpl2; license = licenses.lgpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ]; maintainers = [ maintainers.goibhniu ];

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = { meta = {
homepage = http://www.mpfr.org/; homepage = https://www.mpfr.org/;
description = "Library for multiple-precision floating-point arithmetic"; description = "Library for multiple-precision floating-point arithmetic";
longDescription = '' longDescription = ''

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description= "Socket library that provides several common communication patterns"; description= "Socket library that provides several common communication patterns";
homepage = http://nanomsg.org/; homepage = https://nanomsg.org/;
license = licenses.mit; license = licenses.mit;
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
Pango forms the core of text and font handling for GTK+-2.x. Pango forms the core of text and font handling for GTK+-2.x.
''; '';
homepage = http://www.pango.org/; homepage = https://www.pango.org/;
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
maintainers = with maintainers; [ raskin ]; maintainers = with maintainers; [ raskin ];

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "C++ interface to the Pango text rendering library"; description = "C++ interface to the Pango text rendering library";
homepage = http://www.pango.org/; homepage = https://www.pango.org/;
license = with licenses; [ lgpl2 lgpl21 ]; license = with licenses; [ lgpl2 lgpl21 ];
maintainers = with maintainers; [ lovek323 raskin ]; maintainers = with maintainers; [ lovek323 raskin ];
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A compatibility library for pango>1.30.*"; description = "A compatibility library for pango>1.30.*";
homepage = http://www.pango.org/; homepage = https://www.pango.org/;
license = stdenv.lib.licenses.lgpl2Plus; license = stdenv.lib.licenses.lgpl2Plus;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "C++ URI library"; description = "C++ URI library";
homepage = http://cpp-netlib.org; homepage = https://cpp-netlib.org;
license = stdenv.lib.licenses.boost; license = stdenv.lib.licenses.boost;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View file

@ -25,7 +25,7 @@ in
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A command line interface to Jira"; description = "A command line interface to Jira";
homepage = http://github.com/alisaifee/jira-cli; homepage = https://github.com/alisaifee/jira-cli;
maintainers = with maintainers; [ nyarly ]; maintainers = with maintainers; [ nyarly ];
license = licenses.mit; license = licenses.mit;
}; };

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = false; enableParallelBuilding = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://editorconfig.org/; homepage = https://editorconfig.org/;
description = "EditorConfig core library written in C"; description = "EditorConfig core library written in C";
longDescription = '' longDescription = ''
EditorConfig makes it easy to maintain the correct coding style when EditorConfig makes it easy to maintain the correct coding style when

View file

@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {
version = "0.12.3"; version = "0.12.3";
src = fetchurl { src = fetchurl {
url = "http://dl.nwjs.io/v${version}/nwjs-v${version}-linux-${bits}.tar.gz"; url = "https://dl.nwjs.io/v${version}/nwjs-v${version}-linux-${bits}.tar.gz";
sha256 = if bits == "x64" then sha256 = if bits == "x64" then
"1i5ipn5x188cx54pbbmjj1bz89vvcfx5z1c7pqy2xzglkyb2xsyg" else "1i5ipn5x188cx54pbbmjj1bz89vvcfx5z1c7pqy2xzglkyb2xsyg" else
"117gx6yjbcya64yg2vybcfyp591sid209pg8a33k9afbsmgz684c"; "117gx6yjbcya64yg2vybcfyp591sid209pg8a33k9afbsmgz684c";

View file

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

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Hardcore 3D space shooter with spaceship upgrade possibilities"; description = "Hardcore 3D space shooter with spaceship upgrade possibilities";
homepage = http://www.viewizard.com/; homepage = https://www.viewizard.com/;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Open source clone of UFO: Enemy Unknown"; description = "Open source clone of UFO: Enemy Unknown";
homepage = http://openxcom.org; homepage = https://openxcom.org;
repositories.git = https://github.com/SupSuper/OpenXcom.git; repositories.git = https://github.com/SupSuper/OpenXcom.git;
maintainers = [ stdenv.lib.maintainers.cpages ]; maintainers = [ stdenv.lib.maintainers.cpages ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
create customized Amigas. create customized Amigas.
''; '';
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
homepage = http://fs-uae.net; homepage = https://fs-uae.net;
maintainers = with stdenv.lib; [ maintainers.AndersonTorres ]; maintainers = with stdenv.lib; [ maintainers.AndersonTorres ];
platforms = [ "i686-linux" "x86_64-linux" ]; platforms = [ "i686-linux" "x86_64-linux" ];
}; };

View file

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
states and PS2 system memory. This allows you to play PS2 games on your states and PS2 system memory. This allows you to play PS2 games on your
PC, with many additional features and benefits. PC, with many additional features and benefits.
''; '';
homepage = http://pcsx2.net; homepage = https://pcsx2.net;
maintainers = with maintainers; [ hrdinka ]; maintainers = with maintainers; [ hrdinka ];
# PCSX2's source code is released under LGPLv3+. It However ships # PCSX2's source code is released under LGPLv3+. It However ships

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Electric Sheep, a distributed screen saver for evolving artificial organisms"; description = "Electric Sheep, a distributed screen saver for evolving artificial organisms";
homepage = http://electricsheep.org/; homepage = https://electricsheep.org/;
maintainers = with maintainers; [ nand0p fpletz ]; maintainers = with maintainers; [ nand0p fpletz ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl1; license = licenses.gpl1;

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Open Data Plane optimized for DPDK"; description = "Open Data Plane optimized for DPDK";
homepage = http://www.opendataplane.org; homepage = https://www.opendataplane.org;
license = licenses.bsd3; license = licenses.bsd3;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.abuibrahim ]; maintainers = [ maintainers.abuibrahim ];

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Next Generation IRC Daemon"; description = "Next Generation IRC Daemon";
homepage = http://ngircd.barton.de; homepage = https://ngircd.barton.de;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Generate X11 mouse clicks from keyboard"; description = "Generate X11 mouse clicks from keyboard";
homepage = http://www.semicomplete.com/projects/keynav/; homepage = https://www.semicomplete.com/projects/keynav/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
using existing libraries, e.g. e2fslibs is used to read and write the using existing libraries, e.g. e2fslibs is used to read and write the
ext2 partition. ext2 partition.
''; '';
homepage = http://partclone.org; homepage = https://partclone.org;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = [stdenv.lib.maintainers.marcweber]; maintainers = [stdenv.lib.maintainers.marcweber];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
the situation that your Internet access is firewalled, but pings are the situation that your Internet access is firewalled, but pings are
allowed. allowed.
''; '';
homepage = http://code.gerade.org/hans/; homepage = https://code.gerade.org/hans/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
The package is based on the debian package libacr38u. The package is based on the debian package libacr38u.
''; '';
homepage = http://www.acs.com.hk; homepage = https://www.acs.com.hk;
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
maintainers = with maintainers; [ berce ]; maintainers = with maintainers; [ berce ];
platforms = with platforms; unix; platforms = with platforms; unix;

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "REINER SCT cyberJack USB chipcard reader user space driver"; description = "REINER SCT cyberJack USB chipcard reader user space driver";
homepage = http://www.reiner-sct.com/; homepage = https://www.reiner-sct.com/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ aszlig ]; maintainers = with maintainers; [ aszlig ];

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation {
''; '';
meta = { meta = {
homepage = http://www.timkay.com/aws/; homepage = https://www.timkay.com/aws/;
description = "Command-line utility for working with Amazon EC2, S3, SQS, ELB, IAM and SDB"; description = "Command-line utility for working with Amazon EC2, S3, SQS, ELB, IAM and SDB";
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;

View file

@ -2285,7 +2285,7 @@ in {
''; '';
meta = { meta = {
homepage = "http://editorconfig.org"; homepage = https://editorconfig.org;
description = "EditorConfig File Locator and Interpreter for Python"; description = "EditorConfig File Locator and Interpreter for Python";
license = stdenv.lib.licenses.psfl; license = stdenv.lib.licenses.psfl;
}; };
@ -7772,7 +7772,7 @@ in {
meta = { meta = {
description = "EditorConfig File Locator and Interpreter for Python"; description = "EditorConfig File Locator and Interpreter for Python";
homepage = "http://editorconfig.org/"; homepage = https://editorconfig.org/;
license = licenses.psfl; license = licenses.psfl;
}; };
}; };
@ -9147,7 +9147,7 @@ in {
]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://github.com/bcwaldon/warlock"; homepage = https://github.com/bcwaldon/warlock;
}; };
}; };
@ -11591,7 +11591,7 @@ in {
doCheck = false; doCheck = false;
meta = { meta = {
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 ";
}; };
@ -12797,7 +12797,7 @@ in {
meta = { meta = {
description = "sqlite-backed dictionary"; description = "sqlite-backed dictionary";
homepage = "http://github.com/Yelp/sqlite3dbm"; homepage = https://github.com/Yelp/sqlite3dbm;
license = licenses.asl20; license = licenses.asl20;
}; };
}; };