treewide: homepage+src updates (found by repology, #33263)

This commit is contained in:
Samuel Dionne-Riel 2018-01-05 14:42:46 -05:00 committed by Vladimír Čunát
parent a7ef0c03d2
commit 7b97c8c0c8
147 changed files with 178 additions and 178 deletions

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "jackmeter-0.4"; name = "jackmeter-0.4";
src = fetchurl { src = fetchurl {
url = "http://www.aelius.com/njh/jackmeter/${name}.tar.gz"; url = "https://www.aelius.com/njh/jackmeter/${name}.tar.gz";
sha256 = "1cnvgx3jv0yvxlqy0l9k285zgvazmh5k8m4l7lxckjfm5bn6hm1r"; sha256 = "1cnvgx3jv0yvxlqy0l9k285zgvazmh5k8m4l7lxckjfm5bn6hm1r";
}; };
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Console jack loudness meter"; description = "Console jack loudness meter";
homepage = http://www.aelius.com/njh/jackmeter/; homepage = https://www.aelius.com/njh/jackmeter/;
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

@ -33,7 +33,7 @@ pythonPackages.buildPythonApplication rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.mopidy.com/; homepage = https://www.mopidy.com/;
description = '' description = ''
An extensible music server that plays music from local disk, Spotify, An extensible music server that plays music from local disk, Spotify,
SoundCloud, Google Play Music, and more SoundCloud, Google Play Music, and more

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A minimalist command line interface to MPD"; description = "A minimalist command line interface to MPD";
homepage = http://www.musicpd.org/clients/mpc/; homepage = https://www.musicpd.org/clients/mpc/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ algorith ]; maintainers = with maintainers; [ algorith ];
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Music notation and composition software"; description = "Music notation and composition software";
homepage = http://musescore.org/; homepage = https://musescore.org/;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.vandenoever ]; maintainers = [ maintainers.vandenoever ];

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Curses-based interface for MPD (music player daemon)"; description = "Curses-based interface for MPD (music player daemon)";
homepage = http://www.musicpd.org/clients/ncmpc/; homepage = https://www.musicpd.org/clients/ncmpc/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ fpletz ]; maintainers = with maintainers; [ fpletz ];

View File

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://launchpad.net/lightdm-gtk-greeter; homepage = https://launchpad.net/lightdm-gtk-greeter;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ ocharles wkennington ]; maintainers = with maintainers; [ ocharles wkennington ];

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
- Simple project management - Simple project management
- Plugin interface - Plugin interface
''; '';
homepage = http://www.geany.org/; homepage = https://www.geany.org/;
license = "GPL"; license = "GPL";
maintainers = []; maintainers = [];
platforms = platforms.all; platforms = platforms.all;

View File

@ -124,7 +124,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; meta = with stdenv.lib;
{ description = "Set of integrated tools for the R language"; { description = "Set of integrated tools for the R language";
homepage = http://www.rstudio.com/; homepage = https://www.rstudio.com/;
license = licenses.agpl3; license = licenses.agpl3;
maintainers = with maintainers; [ ehmry changlinli ciil ]; maintainers = with maintainers; [ ehmry changlinli ciil ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -7,13 +7,13 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses ]; buildInputs = [ ncurses ];
src = fetchurl { src = fetchurl {
url = "http://www.cjmweb.net/vbindiff/${name}.tar.gz"; url = "https://www.cjmweb.net/vbindiff/${name}.tar.gz";
sha256 = "0gcqy4ggp60qc6blq1q1gc90xmhip1m6yvvli4hdqlz9zn3mlpbx"; sha256 = "0gcqy4ggp60qc6blq1q1gc90xmhip1m6yvvli4hdqlz9zn3mlpbx";
}; };
meta = { meta = {
description = "A terminal visual binary diff viewer"; description = "A terminal visual binary diff viewer";
homepage = http://www.cjmweb.net/vbindiff/; homepage = https://www.cjmweb.net/vbindiff/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };

View File

@ -49,7 +49,7 @@ buildPythonPackage {
meta = { meta = {
description = "Display Calibration and Characterization powered by Argyll CMS"; description = "Display Calibration and Characterization powered by Argyll CMS";
homepage = http://displaycal.net/; homepage = https://displaycal.net/;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = [stdenv.lib.maintainers.marcweber]; maintainers = [stdenv.lib.maintainers.marcweber];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A minimal image viewer using raw XLib"; description = "A minimal image viewer using raw XLib";
homepage = http://www.johnhawthorn.com/meh/; homepage = https://www.johnhawthorn.com/meh/;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
version = "1.5.1"; version = "1.5.1";
src = fetchurl { src = fetchurl {
url = "http://photoqt.org/pkgs/photoqt-${version}.tar.gz"; url = "https://photoqt.org/pkgs/photoqt-${version}.tar.gz";
sha256 = "17kkpzkmzfnigs26jjyd75iy58qffjsclif81cmviq73lzmqy0b1"; sha256 = "17kkpzkmzfnigs26jjyd75iy58qffjsclif81cmviq73lzmqy0b1";
}; };
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = { meta = {
homepage = http://photoqt.org/; homepage = https://photoqt.org/;
description = "Simple, yet powerful and good looking image viewer"; description = "Simple, yet powerful and good looking image viewer";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;

View File

@ -26,7 +26,7 @@ in
lib.optionals stdenv.isLinux [ "-DINSTALL_UDEV_RULES=ON" ]; lib.optionals stdenv.isLinux [ "-DINSTALL_UDEV_RULES=ON" ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://github.com/airspy/airspyone_host; homepage = https://github.com/airspy/airspyone_host;
description = "Host tools and driver library for the AirSpy SDR"; description = "Host tools and driver library for the AirSpy SDR";
license = licenses.free; license = licenses.free;
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;

View File

@ -11,7 +11,7 @@ bundlerEnv rec {
meta = with lib; { meta = with lib; {
description = "Simple, blog aware, static site generator"; description = "Simple, blog aware, static site generator";
homepage = http://jekyllrb.com/; homepage = https://jekyllrb.com/;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ pesterhazy ]; maintainers = with maintainers; [ pesterhazy ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -101,7 +101,7 @@ in pythonPackages.buildPythonApplication rec {
checkPhase = "nosetests"; checkPhase = "nosetests";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://octoprint.org/; homepage = https://octoprint.org/;
description = "The snappy web interface for your 3D printer"; description = "The snappy web interface for your 3D printer";
license = licenses.agpl3; license = licenses.agpl3;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];

View File

@ -76,7 +76,7 @@ EOF
meta = with lib; { meta = with lib; {
description = "Cross-platform open source Redis DB management tool"; description = "Cross-platform open source Redis DB management tool";
homepage = http://redisdesktop.com/; homepage = https://redisdesktop.com/;
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ]; maintainers = with maintainers; [ cstrahan ];

View File

@ -32,7 +32,7 @@ pythonPackages.buildPythonApplication rec {
quadkonsole, etc. in that the main focus is arranging terminals in grids quadkonsole, etc. in that the main focus is arranging terminals in grids
(tabs is the most common default method, which Terminator also supports). (tabs is the most common default method, which Terminator also supports).
''; '';
homepage = http://gnometerminator.blogspot.no/p/introduction.html; homepage = https://gnometerminator.blogspot.no/p/introduction.html;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ bjornfor globin ]; maintainers = with maintainers; [ bjornfor globin ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A command-line time tracker"; description = "A command-line time tracker";
homepage = http://tasktools.org/projects/timewarrior.html; homepage = https://tasktools.org/projects/timewarrior.html;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ matthiasbeyer ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Extract URLs from text"; description = "Extract URLs from text";
homepage = http://packages.qa.debian.org/u/urlview.html; homepage = https://packages.qa.debian.org/u/urlview.html;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = with stdenv.lib.platforms; linux ++ darwin; platforms = with stdenv.lib.platforms; linux ++ darwin;
}; };

View File

@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ raskin garbas ]; maintainers = with maintainers; [ raskin garbas ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2; license = licenses.gpl2;
downloadPage = "http://vifm.info/downloads.shtml"; downloadPage = "https://vifm.info/downloads.shtml";
homepage = http://vifm.info/; homepage = https://vifm.info/;
inherit version; inherit version;
updateWalker = true; updateWalker = true;
}; };

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Prints or set the window manager name property of the root window"; description = "Prints or set the window manager name property of the root window";
homepage = http://tools.suckless.org/wmname; homepage = https://tools.suckless.org/wmname;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };

View File

@ -1,5 +1,5 @@
# This program used to come with xorg releases, but now I could only find it # This program used to come with xorg releases, but now I could only find it
# at http://www.x.org/releases/individual/. # at https://www.x.org/releases/individual/.
# That is why this expression is not inside pkgs.xorg # That is why this expression is not inside pkgs.xorg
{stdenv, fetchurl, makeWrapper, libX11, pkgconfig, libXaw}: {stdenv, fetchurl, makeWrapper, libX11, pkgconfig, libXaw}:
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = http://www.x.org/; homepage = https://www.x.org/;
description = "Allows testing the fonts available in an X server"; description = "Allows testing the fonts available in an X server";
license = stdenv.lib.licenses.free; license = stdenv.lib.licenses.free;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];

View File

@ -16,7 +16,7 @@ in symlinkJoin {
''; '';
meta = with lib; { meta = with lib; {
homepage = http://pwmt.org/projects/zathura/; homepage = https://pwmt.org/projects/zathura/;
description = "A highly customizable and functional PDF viewer"; description = "A highly customizable and functional PDF viewer";
longDescription = '' longDescription = ''
Zathura is a highly customizable and functional PDF viewer based on the Zathura is a highly customizable and functional PDF viewer based on the

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
editor and also easily configurable during runtime. Vimb is mostly editor and also easily configurable during runtime. Vimb is mostly
keyboard driven and does not detract you from your daily work. keyboard driven and does not detract you from your daily work.
''; '';
homepage = http://fanglingsu.github.io/vimb/; homepage = https://fanglingsu.github.io/vimb/;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.rickynils ]; maintainers = [ stdenv.lib.maintainers.rickynils ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = http://tools.suckless.org/ii/; homepage = https://tools.suckless.org/ii/;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
description = "Irc it, simple FIFO based irc client"; description = "Irc it, simple FIFO based irc client";
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;

View File

@ -74,7 +74,7 @@ in with stdenv; mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://quassel-irc.org/; homepage = https://quassel-irc.org/;
description = "Qt/KDE distributed IRC client suppporting a remote daemon"; description = "Qt/KDE distributed IRC client suppporting a remote daemon";
longDescription = '' longDescription = ''
Quassel IRC is a cross-platform, distributed IRC client, Quassel IRC is a cross-platform, distributed IRC client,

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Simple IRC client"; description = "Simple IRC client";
homepage = http://tools.suckless.org/sic/; homepage = https://tools.suckless.org/sic/;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Modern and lightweight direct connect client with a friendly ncurses interface"; description = "Modern and lightweight direct connect client with a friendly ncurses interface";
homepage = http://dev.yorhel.nl/ncdc; homepage = https://dev.yorhel.nl/ncdc;
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; # arbitrary platforms = platforms.linux; # arbitrary
maintainers = with maintainers; [ ehmry ]; maintainers = with maintainers; [ ehmry ];

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Free Software alternative to µtorrent"; description = "Free Software alternative to µtorrent";
homepage = http://www.qbittorrent.org/; homepage = https://www.qbittorrent.org/;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ viric ];

View File

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
maintainers = with maintainers; [ xvapx ]; maintainers = with maintainers; [ xvapx ];
homepage = http://www.tribler.org/; homepage = https://www.tribler.org/;
description = "A completely decentralised P2P filesharing client based on the Bittorrent protocol"; description = "A completely decentralised P2P filesharing client based on the Bittorrent protocol";
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://ledger-cli.org/; homepage = https://ledger-cli.org/;
description = "A double-entry accounting system with a command-line reporting interface"; description = "A double-entry accounting system with a command-line reporting interface";
license = licenses.bsd3; license = licenses.bsd3;

View File

@ -17,7 +17,7 @@ in
meta = { meta = {
description = "Easy-to-use personal finance software"; description = "Easy-to-use personal finance software";
homepage = http://www.moneymanagerex.org/; homepage = https://www.moneymanagerex.org/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;

View File

@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Smart manager for information collecting"; description = "Smart manager for information collecting";
homepage = http://webhamster.ru/site/page/index/articles/projectcode/138; homepage = https://webhamster.ru/site/page/index/articles/projectcode/138;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.gnidorah ]; maintainers = [ maintainers.gnidorah ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A free, open-source Japanese dictionary and kanji lookup tool"; description = "A free, open-source Japanese dictionary and kanji lookup tool";
homepage = http://www.tagaini.net/; homepage = https://www.tagaini.net/;
license = with licenses; [ license = with licenses; [
/* program */ gpl3Plus /* program */ gpl3Plus
/* data */ cc-by-sa-30 /* data */ cc-by-sa-30

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.10"; version = "0.10";
src = fetchurl { src = fetchurl {
url = "http://code.meskio.net/tudu/${name}.tar.gz"; url = "https://code.meskio.net/tudu/${name}.tar.gz";
sha256 = "0571wh5hn0hgadyx34zq1zi35pzd7vpwkavm7kzb9hwgn07443x4"; sha256 = "0571wh5hn0hgadyx34zq1zi35pzd7vpwkavm7kzb9hwgn07443x4";
}; };
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "ncurses-based hierarchical todo list manager with vim-like keybindings"; description = "ncurses-based hierarchical todo list manager with vim-like keybindings";
homepage = http://code.meskio.net/tudu/; homepage = https://code.meskio.net/tudu/;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Fast and robust (System)Verilog simulator/compiler"; description = "Fast and robust (System)Verilog simulator/compiler";
homepage = "http://www.veripool.org/wiki/verilator"; homepage = "https://www.veripool.org/wiki/verilator";
license = stdenv.lib.licenses.lgpl3; license = stdenv.lib.licenses.lgpl3;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ]; maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];

View File

@ -6,12 +6,12 @@ stdenv.mkDerivation rec {
buildInputs = [ libextractor gettext ]; buildInputs = [ libextractor gettext ];
src = fetchurl { src = fetchurl {
url = "http://grothoff.org/christian/doodle/download/${name}.tar.gz"; url = "https://grothoff.org/christian/doodle/download/${name}.tar.gz";
sha256 = "0ayx5q7chzll9sv3miq35xl36r629cvgdzphf379kxzlzhjldy3j"; sha256 = "0ayx5q7chzll9sv3miq35xl36r629cvgdzphf379kxzlzhjldy3j";
}; };
meta = { meta = {
homepage = http://grothoff.org/christian/doodle/; homepage = https://grothoff.org/christian/doodle/;
description = "Tool to quickly index and search documents on a computer"; description = "Tool to quickly index and search documents on a computer";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
you an endless video stream. Minitube is not about cloning the YouTube you an endless video stream. Minitube is not about cloning the YouTube
website, it aims to create a new TV-like experience. website, it aims to create a new TV-like experience.
''; '';
homepage = http://flavio.tordini.org/minitube; homepage = https://flavio.tordini.org/minitube;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "ogmtools-1.5"; name = "ogmtools-1.5";
src = fetchurl { src = fetchurl {
url = "http://www.bunkus.org/videotools/ogmtools/${name}.tar.bz2"; url = "https://www.bunkus.org/videotools/ogmtools/${name}.tar.bz2";
sha256 = "1spx81p5wf59ksl3r3gvf78d77sh7gj8a6lw773iv67bphfivmn8"; sha256 = "1spx81p5wf59ksl3r3gvf78d77sh7gj8a6lw773iv67bphfivmn8";
}; };
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
(ogmdemux) or creation of (ogmmerge) OGG media streams. Includes dvdxchap (ogmdemux) or creation of (ogmmerge) OGG media streams. Includes dvdxchap
tool for extracting chapter information from DVD. tool for extracting chapter information from DVD.
''; '';
homepage = http://www.bunkus.org/videotools/ogmtools/; homepage = https://www.bunkus.org/videotools/ogmtools/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };

View File

@ -207,7 +207,7 @@ in stdenv.mkDerivation {
meta = { meta = {
description = "PC emulator"; description = "PC emulator";
license = licenses.gpl2; license = licenses.gpl2;
homepage = http://www.virtualbox.org/; homepage = https://www.virtualbox.org/;
maintainers = with maintainers; [ flokli sander ]; maintainers = with maintainers; [ flokli sander ];
platforms = [ "x86_64-linux" "i686-linux" ]; platforms = [ "x86_64-linux" "i686-linux" ];
}; };

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation {
buildPhase = " make "; buildPhase = " make ";
meta = { meta = {
homepage = http://suckless.org/; homepage = https://suckless.org/;
description = "Dynamic window manager for X"; description = "Dynamic window manager for X";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A really minimalistic X window manager"; description = "A really minimalistic X window manager";
homepage = http://www.oroborus.org/; homepage = https://www.oroborus.org/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.AndersonTorres ]; maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
Zeal is a simple offline API documentation browser inspired by Dash (macOS Zeal is a simple offline API documentation browser inspired by Dash (macOS
app), available for Linux and Windows. app), available for Linux and Windows.
''; '';
homepage = http://zealdocs.org/; homepage = https://zealdocs.org/;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ skeidel peterhoeg ]; maintainers = with maintainers; [ skeidel peterhoeg ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -18,7 +18,7 @@ in fetchzip rec {
sha256 = "1qr2wjdmm93167b0w9cidlf3wwsyjx4838ja9jmm4jkyian5whhp"; sha256 = "1qr2wjdmm93167b0w9cidlf3wwsyjx4838ja9jmm4jkyian5whhp";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://software.sil.org/gentium/; homepage = https://software.sil.org/gentium/;
description = "A high-quality typeface family for Latin, Cyrillic, and Greek"; description = "A high-quality typeface family for Latin, Cyrillic, and Greek";
longDescription = '' longDescription = ''
Gentium is a typeface family designed to enable the diverse ethnic groups Gentium is a typeface family designed to enable the diverse ethnic groups
@ -35,7 +35,7 @@ in fetchzip rec {
This package contains the regular and italic styles for the Gentium Plus This package contains the regular and italic styles for the Gentium Plus
font family, along with documentation. font family, along with documentation.
''; '';
downloadPage = "http://software.sil.org/gentium/download/"; downloadPage = "https://software.sil.org/gentium/download/";
maintainers = with maintainers; [ raskin rycee ]; maintainers = with maintainers; [ raskin rycee ];
license = licenses.ofl; license = licenses.ofl;
platforms = platforms.all; platforms = platforms.all;

View File

@ -16,7 +16,7 @@ in fetchzip {
sha256 = "045xc7kj56q4ygnjppm8f8fwqqvf21x1piabm4nh8hwgly42a3w2"; sha256 = "045xc7kj56q4ygnjppm8f8fwqqvf21x1piabm4nh8hwgly42a3w2";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://opendyslexic.org/; homepage = https://opendyslexic.org/;
description = "Font created to increase readability for readers with dyslexia"; description = "Font created to increase readability for readers with dyslexia";
license = "Bitstream Vera License (https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts)"; license = "Bitstream Vera License (https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts)";
platforms = platforms.all; platforms = platforms.all;

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://en.wikipedia.org/wiki/Sushi_(software)"; homepage = "https://en.wikipedia.org/wiki/Sushi_(software)";
description = "A quick previewer for Nautilus"; description = "A quick previewer for Nautilus";
maintainers = gnome3.maintainers; maintainers = gnome3.maintainers;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A lightweight program for configuring the theme and fonts of gtk applications"; description = "A lightweight program for configuring the theme and fonts of gtk applications";
homepage = http://lxde.org/; homepage = https://lxde.org/;
maintainers = [ stdenv.lib.maintainers.hinton ]; maintainers = [ stdenv.lib.maintainers.hinton ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;

View File

@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://dotnet.github.io/core/; homepage = https://dotnet.github.io/core/;
description = ".NET is a general purpose development platform"; description = ".NET is a general purpose development platform";
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ kuznero ]; maintainers = with maintainers; [ kuznero ];

View File

@ -46,7 +46,7 @@ let
meta = with stdenv.lib; { meta = with stdenv.lib; {
inherit description; inherit description;
homepage = http://www.mentor.com/embedded-software/sourcery-tools/sourcery-codebench/editions/lite-edition/; homepage = https://www.mentor.com/embedded-software/sourcery-tools/sourcery-codebench/editions/lite-edition/;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ]; maintainers = [ maintainers.bjornfor ];

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.17.2"; version = "0.17.2";
src = fetchurl { src = fetchurl {
url = "http://nim-lang.org/download/${name}.tar.xz"; url = "https://nim-lang.org/download/${name}.tar.xz";
sha256 = "1gc2xk3ygmz9y4pm75pligssgw995a7gvnfpy445fjpw4d81pzxa"; sha256 = "1gc2xk3ygmz9y4pm75pligssgw995a7gvnfpy445fjpw4d81pzxa";
}; };
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Statically typed, imperative programming language"; description = "Statically typed, imperative programming language";
homepage = http://nim-lang.org/; homepage = https://nim-lang.org/;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ ehmry peterhoeg ]; maintainers = with maintainers; [ ehmry peterhoeg ];
platforms = with platforms; linux ++ darwin; # arbitrary platforms = with platforms; linux ++ darwin; # arbitrary

View File

@ -169,7 +169,7 @@ stdenv.mkDerivation {
# enableParallelBuilding = false; # enableParallelBuilding = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.rust-lang.org/; homepage = https://www.rust-lang.org/;
description = "A safe, concurrent, practical language"; description = "A safe, concurrent, practical language";
maintainers = with maintainers; [ madjar cstrahan wizeman globin havvy wkennington ]; maintainers = with maintainers; [ madjar cstrahan wizeman globin havvy wkennington ];
license = [ licenses.mit licenses.asl20 ]; license = [ licenses.mit licenses.asl20 ];

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ cmake curl ]; buildInputs = [ cmake curl ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://josephp91.github.io/curlcpp/; homepage = https://josephp91.github.io/curlcpp/;
description = "Object oriented C++ wrapper for CURL"; description = "Object oriented C++ wrapper for CURL";
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.mit; license = licenses.mit;

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://ignitionrobotics.org/libraries/math; homepage = https://ignitionrobotics.org/libraries/math;
description = "Math library by Ingition Robotics, created for the Gazebo project"; description = "Math library by Ingition Robotics, created for the Gazebo project";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ pxc ]; maintainers = with maintainers; [ pxc ];

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DMYSQL_LIB_DIR=${mysql}/lib" ]; cmakeFlags = [ "-DMYSQL_LIB_DIR=${mysql}/lib" ];
meta = { meta = {
homepage = http://dev.mysql.com/downloads/connector/cpp/; homepage = https://dev.mysql.com/downloads/connector/cpp/;
description = "C++ library for connecting to mysql servers."; description = "C++ library for connecting to mysql servers.";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "libserialport-0.1.1"; name = "libserialport-0.1.1";
src = fetchurl { src = fetchurl {
url = "http://sigrok.org/download/source/libserialport/${name}.tar.gz"; url = "https://sigrok.org/download/source/libserialport/${name}.tar.gz";
sha256 = "17ajlwgvyyrap8z7f16zcs59pksvncwbmd3mzf98wj7zqgczjaja"; sha256 = "17ajlwgvyyrap8z7f16zcs59pksvncwbmd3mzf98wj7zqgczjaja";
}; };
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Cross-platform shared library for serial port access"; description = "Cross-platform shared library for serial port access";
homepage = http://sigrok.org/; homepage = https://sigrok.org/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
# macOS, Windows and Android is also supported (according to upstream). # macOS, Windows and Android is also supported (according to upstream).
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A collection of GTK+ widgets"; description = "A collection of GTK+ widgets";
homepage = http://blog.chipx86.com/tag/libsexy/; homepage = https://blog.chipx86.com/tag/libsexy/;
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -5,14 +5,14 @@ stdenv.mkDerivation rec {
version = "1.0.18"; version = "1.0.18";
src = fetchurl { src = fetchurl {
url = "http://www.libsrs2.org/srs/libsrs2-${version}.tar.gz"; url = "https://www.libsrs2.org/srs/libsrs2-${version}.tar.gz";
sha256 = "9d1191b705d7587a5886736899001d04168392bbb6ed6345a057ade50943a492"; sha256 = "9d1191b705d7587a5886736899001d04168392bbb6ed6345a057ade50943a492";
}; };
meta = { meta = {
description = "The next generation SRS library from the original designer of SRS"; description = "The next generation SRS library from the original designer of SRS";
license = with lib.licenses; [ gpl2 bsd3 ]; license = with lib.licenses; [ gpl2 bsd3 ];
homepage = http://www.libsrs2.org/; homepage = https://www.libsrs2.org/;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [] ++ stdenv.lib.optional stdenv.isDarwin IOKit; buildInputs = [] ++ stdenv.lib.optional stdenv.isDarwin IOKit;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.i-scream.org/libstatgrab/; homepage = https://www.i-scream.org/libstatgrab/;
description = "A library that provides cross platforms access to statistics about the running system"; description = "A library that provides cross platforms access to statistics about the running system";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "3.20"; version = "3.20";
src = fetchurl { src = fetchurl {
url = "http://www.csie.ntu.edu.tw/~cjlin/libsvm/libsvm-${version}.tar.gz"; url = "https://www.csie.ntu.edu.tw/~cjlin/libsvm/libsvm-${version}.tar.gz";
sha256 = "1gj5v5zp1qnsnv0iwxq0ikhf8262d3s5dq6syr6yqkglps0284hg"; sha256 = "1gj5v5zp1qnsnv0iwxq0ikhf8262d3s5dq6syr6yqkglps0284hg";
}; };
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A library for support vector machines"; description = "A library for support vector machines";
homepage = http://www.csie.ntu.edu.tw/~cjlin/libsvm/; homepage = https://www.csie.ntu.edu.tw/~cjlin/libsvm/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.spwhitt ]; maintainers = [ maintainers.spwhitt ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "libvdpau-1.1.1"; name = "libvdpau-1.1.1";
src = fetchurl { src = fetchurl {
url = "http://people.freedesktop.org/~aplattner/vdpau/${name}.tar.bz2"; url = "https://people.freedesktop.org/~aplattner/vdpau/${name}.tar.bz2";
sha256 = "857a01932609225b9a3a5bf222b85e39b55c08787d0ad427dbd9ec033d58d736"; sha256 = "857a01932609225b9a3a5bf222b85e39b55c08787d0ad427dbd9ec033d58d736";
}; };
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
installFlags = [ "moduledir=$(out)/lib/vdpau" ]; installFlags = [ "moduledir=$(out)/lib/vdpau" ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://people.freedesktop.org/~aplattner/vdpau/; homepage = https://people.freedesktop.org/~aplattner/vdpau/;
description = "Library to use the Video Decode and Presentation API for Unix (VDPAU)"; description = "Library to use the Video Decode and Presentation API for Unix (VDPAU)";
license = licenses.mit; # expat version license = licenses.mit; # expat version
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://xiph.org/vorbis/; homepage = https://xiph.org/vorbis/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.ehmry ]; maintainers = [ maintainers.ehmry ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -173,7 +173,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "WebM VP8/VP9 codec SDK"; description = "WebM VP8/VP9 codec SDK";
homepage = http://www.webmproject.org/; homepage = https://www.webmproject.org/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ codyopel ]; maintainers = with maintainers; [ codyopel ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.3.0"; version = "1.3.0";
src = fetchurl { src = fetchurl {
url = "http://www.nih.at/libzip/${name}.tar.gz"; url = "https://www.nih.at/libzip/${name}.tar.gz";
sha256 = "1633dvjc08zwwhzqhnv62rjf1abx8y5njmm8y16ik9iwd07ka6d9"; sha256 = "1633dvjc08zwwhzqhnv62rjf1abx8y5njmm8y16ik9iwd07ka6d9";
}; };
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = http://www.nih.at/libzip; homepage = https://www.nih.at/libzip;
description = "A C library for reading, creating and modifying zip archives"; description = "A C library for reading, creating and modifying zip archives";
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Distributed tracing system built on top of the OpenTracing standard"; description = "Distributed tracing system built on top of the OpenTracing standard";
homepage = "http://lightstep.com/"; homepage = "https://lightstep.com/";
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ]; maintainers = with maintainers; [ cstrahan ];

View File

@ -214,7 +214,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "An open source implementation of OpenGL"; description = "An open source implementation of OpenGL";
homepage = http://www.mesa3d.org/; homepage = https://www.mesa3d.org/;
license = licenses.mit; # X11 variant, in most files license = licenses.mit; # X11 variant, in most files
platforms = platforms.mesaPlatforms; platforms = platforms.mesaPlatforms;
maintainers = with maintainers; [ eduarrrd vcunat ]; maintainers = with maintainers; [ eduarrrd vcunat ];

View File

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Open source multimedia framework, designed for television broadcasting"; description = "Open source multimedia framework, designed for television broadcasting";
homepage = http://www.mltframework.org/; homepage = https://www.mltframework.org/;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.goibhniu ]; maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.116.0"; version = "1.116.0";
src = fetchurl { src = fetchurl {
url = "http://www.ravenbrook.com/project/mps/release/${version}/mps-kit-${version}.tar.gz"; url = "https://www.ravenbrook.com/project/mps/release/${version}/mps-kit-${version}.tar.gz";
sha256 = "1k7vnanpgawnj84x2xs6md57pfib9p7c3acngqzkl3c2aqw8qay0"; sha256 = "1k7vnanpgawnj84x2xs6md57pfib9p7c3acngqzkl3c2aqw8qay0";
}; };
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A flexible memory management and garbage collection library"; description = "A flexible memory management and garbage collection library";
homepage = "http://www.ravenbrook.com/project/mps"; homepage = "https://www.ravenbrook.com/project/mps";
license = stdenv.lib.licenses.sleepycat; license = stdenv.lib.licenses.sleepycat;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.thoughtpolice ]; maintainers = [ stdenv.lib.maintainers.thoughtpolice ];

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
longDescription = '' longDescription = ''
nDPI is a library for deep-packet inspection based on OpenDPI. nDPI is a library for deep-packet inspection based on OpenDPI.
''; '';
homepage = http://www.ntop.org/products/deep-packet-inspection/ndpi/; homepage = https://www.ntop.org/products/deep-packet-inspection/ndpi/;
license = with licenses; lgpl3; license = with licenses; lgpl3;
maintainers = with maintainers; [ takikawa ]; maintainers = with maintainers; [ takikawa ];
platforms = with platforms; unix; platforms = with platforms; unix;

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "C++ API to manipulate netcdf files"; description = "C++ API to manipulate netcdf files";
homepage = http://www.unidata.ucar.edu/software/netcdf/; homepage = https://www.unidata.ucar.edu/software/netcdf/;
license = stdenv.lib.licenses.free; license = stdenv.lib.licenses.free;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "A 3D engine"; description = "A 3D engine";
homepage = http://www.ogre3d.org/; homepage = https://www.ogre3d.org/;
maintainers = [ stdenv.lib.maintainers.raskin ]; maintainers = [ stdenv.lib.maintainers.raskin ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;

View File

@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Open Computer Vision Library with more than 500 algorithms"; description = "Open Computer Vision Library with more than 500 algorithms";
homepage = http://opencv.org/; homepage = https://opencv.org/;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ viric ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
]; ];
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

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A C library for property-based testing"; description = "A C library for property-based testing";
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
homepage = "http://github.com/silentbicycle/theft/"; homepage = "https://github.com/silentbicycle/theft/";
license = stdenv.lib.licenses.isc; license = stdenv.lib.licenses.isc;
maintainers = [ stdenv.lib.maintainers.kquick ]; maintainers = [ stdenv.lib.maintainers.kquick ];
}; };

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = http://xiph.org/tremor/; homepage = https://xiph.org/tremor/;
description = "Fixed-point version of the Ogg Vorbis decoder"; description = "Fixed-point version of the Ogg Vorbis decoder";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
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://cgit.freedesktop.org/vaapi/intel-driver/; homepage = https://cgit.freedesktop.org/vaapi/intel-driver/;
license = licenses.mit; license = licenses.mit;
description = "Intel driver for the VAAPI library"; description = "Intel driver for the VAAPI library";
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://cgit.freedesktop.org/vaapi/vdpau-driver/; homepage = https://cgit.freedesktop.org/vaapi/vdpau-driver/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
description = "VDPAU driver for the VAAPI library"; description = "VDPAU driver for the VAAPI library";
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View File

@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Novel computer vision C++ library with customizable algorithms and data structures"; description = "Novel computer vision C++ library with customizable algorithms and data structures";
homepage = http://hci.iwr.uni-heidelberg.de/vigra; homepage = https://hci.iwr.uni-heidelberg.de/vigra;
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.viric ]; maintainers = [ maintainers.viric ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
]; ];
meta = { meta = {
homepage = http://www.vmime.org/; homepage = https://www.vmime.org/;
description = "Free mail library for C++"; description = "Free mail library for C++";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
computations and frustum culling classes, and spatial data structures''; computations and frustum culling classes, and spatial data structures'';
license = licenses.bsd2; license = licenses.bsd2;
homepage = http://github.com/VMML/vmmlib/; homepage = https://github.com/VMML/vmmlib/;
maintainers = [ maintainers.adev ]; maintainers = [ maintainers.adev ];
platforms = platforms.all; platforms = platforms.all;
}; };

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
version = "1.14.0"; version = "1.14.0";
src = fetchurl { src = fetchurl {
url = "http://wayland.freedesktop.org/releases/${name}.tar.xz"; url = "https://wayland.freedesktop.org/releases/${name}.tar.xz";
sha256 = "1f3sla6h0bw15fz8pjc67jhwj7pwmfdc7qlj42j5k9v116ycm07d"; sha256 = "1f3sla6h0bw15fz8pjc67jhwj7pwmfdc7qlj42j5k9v116ycm07d";
}; };
@ -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

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ cmake ]; buildInputs = [ cmake ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.zaphoyd.com/websocketpp/; homepage = https://www.zaphoyd.com/websocketpp/;
description = "C++/Boost Asio based websocket client/server library"; description = "C++/Boost Asio based websocket client/server library";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Cocoa darwin.stubs.setfile darwin.stubs.rez darwin.stubs.derez ]; ++ stdenv.lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Cocoa darwin.stubs.setfile darwin.stubs.rez darwin.stubs.derez ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://utelle.github.io/wxsqlite3/ ; homepage = https://utelle.github.io/wxsqlite3/ ;
description = "A C++ wrapper around the public domain SQLite 3.x for wxWidgets"; description = "A C++ wrapper around the public domain SQLite 3.x for wxWidgets";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ vrthra ];

View File

@ -27,7 +27,7 @@ let
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Search engine library"; description = "Search engine library";
homepage = http://xapian.org/; homepage = https://xapian.org/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ chaoflow ]; maintainers = with maintainers; [ chaoflow ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "XCB cursor library (libxcursor port)"; description = "XCB cursor library (libxcursor port)";
homepage = http://cgit.freedesktop.org/xcb/util-cursor; homepage = https://cgit.freedesktop.org/xcb/util-cursor;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ lovek323 ]; maintainers = with maintainers; [ lovek323 ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation {
''; '';
meta = { meta = {
homepage = http://www.coherentpdf.com/; homepage = https://www.coherentpdf.com/;
platforms = ocaml.meta.platforms or []; platforms = ocaml.meta.platforms or [];
description = "PDF Command Line Tools"; description = "PDF Command Line Tools";
maintainers = with stdenv.lib.maintainers; [ vbgl ]; maintainers = with stdenv.lib.maintainers; [ vbgl ];

View File

@ -32,7 +32,7 @@ in buildPythonApplication rec {
meta = { meta = {
description = "A build system for software projects in a variety of languages"; description = "A build system for software projects in a variety of languages";
homepage = "http://www.pantsbuild.org/"; homepage = "https://www.pantsbuild.org/";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ copumpkin ]; maintainers = with maintainers; [ copumpkin ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Source code search and cross reference engine"; description = "Source code search and cross reference engine";
homepage = http://opengrok.github.io/OpenGrok/; homepage = https://opengrok.github.io/OpenGrok/;
license = licenses.cddl; license = licenses.cddl;
maintainers = [ maintainers.lethalman ]; maintainers = [ maintainers.lethalman ];
}; };

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "sloccount-2.26"; name = "sloccount-2.26";
src = fetchurl { src = fetchurl {
url = "http://www.dwheeler.com/sloccount/${name}.tar.gz"; url = "https://www.dwheeler.com/sloccount/${name}.tar.gz";
sha256 = "0ayiwfjdh1946asah861ah9269s5xkc8p5fv1wnxs9znyaxs4zzs"; sha256 = "0ayiwfjdh1946asah861ah9269s5xkc8p5fv1wnxs9znyaxs4zzs";
}; };
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
homepage = http://www.dwheeler.com/sloccount/; homepage = https://www.dwheeler.com/sloccount/;
maintainers = [ ]; maintainers = [ ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
license = licenses.gpl3; license = licenses.gpl3;
description = "Firmware uploader for the Teensy microcontroller boards"; description = "Firmware uploader for the Teensy microcontroller boards";
homepage = http://www.pjrc.com/teensy/; homepage = https://www.pjrc.com/teensy/;
maintainers = with maintainers; [ the-kenny ]; maintainers = with maintainers; [ the-kenny ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation {
inherit (jbuilder) installPhase; inherit (jbuilder) installPhase;
meta = { meta = {
homepage = http://www.typerex.org/ocaml-top.html; homepage = https://www.typerex.org/ocaml-top.html;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
description = "A simple cross-platform OCaml code editor built for top-level evaluation"; description = "A simple cross-platform OCaml code editor built for top-level evaluation";
platforms = ocamlPackages.ocaml.meta.platforms or []; platforms = ocamlPackages.ocaml.meta.platforms or [];

View File

@ -22,7 +22,7 @@ buildOcaml {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.typerex.org/ocp-build.html; homepage = https://www.typerex.org/ocp-build.html;
description = "A build tool for OCaml"; description = "A build tool for OCaml";
longDescription = '' longDescription = ''
ocp-build is a build system for OCaml application, based on simple ocp-build is a build system for OCaml application, based on simple

View File

@ -26,7 +26,7 @@ in pythonPackages.buildPythonApplication rec {
rm -r $out/lib/python2.7/site-packages/nix rm -r $out/lib/python2.7/site-packages/nix
''; '';
meta = { meta = {
homepage = http://mnemosyne-proj.org/; homepage = https://mnemosyne-proj.org/;
description = "Spaced-repetition software"; description = "Spaced-repetition software";
longDescription = '' longDescription = ''
The Mnemosyne Project has two aspects: The Mnemosyne Project has two aspects:

View File

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = [stdenv.lib.maintainers.rybern]; maintainers = [stdenv.lib.maintainers.rybern];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
homepage = http://www.seehuhn.de/pages/moon-buggy; homepage = https://www.seehuhn.de/pages/moon-buggy;
}; };
} }

View File

@ -4,7 +4,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "neverball-1.6.0"; name = "neverball-1.6.0";
src = fetchurl { src = fetchurl {
url = "http://neverball.org/${name}.tar.gz"; url = "https://neverball.org/${name}.tar.gz";
sha256 = "184gm36c6p6vaa6gwrfzmfh86klhnb03pl40ahsjsvprlk667zkk"; sha256 = "184gm36c6p6vaa6gwrfzmfh86klhnb03pl40ahsjsvprlk667zkk";
}; };
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = { meta = {
homepage = http://neverball.org/; homepage = https://neverball.org/;
description = "Tilt the floor to roll a ball"; description = "Tilt the floor to roll a ball";
license = "GPL"; license = "GPL";
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];

View File

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
Flag. You can even design your own maps! Flag. You can even design your own maps!
''; '';
homepage = http://teeworlds.com/; homepage = https://teeworlds.com/;
license = "BSD-style, see `license.txt'"; license = "BSD-style, see `license.txt'";
maintainers = with stdenv.lib.maintainers; [ astsmtl ]; maintainers = with stdenv.lib.maintainers; [ astsmtl ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
version = "1.4.9"; version = "1.4.9";
name = "tome4-${version}"; name = "tome4-${version}";
src = fetchurl { src = fetchurl {
url = "http://te4.org/dl/t-engine/t-engine4-src-${version}.tar.bz2"; url = "https://te4.org/dl/t-engine/t-engine4-src-${version}.tar.bz2";
sha256 = "0c82m0g1ps64zghgdrp78m6bvfngcb75whhknqiailld7kz1g9xl"; sha256 = "0c82m0g1ps64zghgdrp78m6bvfngcb75whhknqiailld7kz1g9xl";
}; };
nativeBuildInputs = [ premake4 ]; nativeBuildInputs = [ premake4 ];
@ -34,7 +34,7 @@ EOF
cp -r game $out/opt/tome4 cp -r game $out/opt/tome4
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://te4.org/; homepage = https://te4.org/;
description = "Tales of Maj'eyal (rogue-like game)"; description = "Tales of Maj'eyal (rogue-like game)";
maintainers = [ maintainers.chattered ]; maintainers = [ maintainers.chattered ];
license = licenses.gpl3; license = licenses.gpl3;

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Fork of NetHack"; description = "Fork of NetHack";
homepage = http://unnethack.wordpress.com/; homepage = https://unnethack.wordpress.com/;
license = "nethack"; license = "nethack";
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];

View File

@ -19,7 +19,7 @@ in stdenv.mkDerivation {
buildInputs = [ scons libX11 libusb1 boost glib dbus_glib]; buildInputs = [ scons libX11 libusb1 boost glib dbus_glib];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://pingus.seul.org/~grumbel/xboxdrv/; homepage = https://pingus.seul.org/~grumbel/xboxdrv/;
description = "Xbox/Xbox360 (and more) gamepad driver for Linux that works in userspace"; description = "Xbox/Xbox360 (and more) gamepad driver for Linux that works in userspace";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.fuuzetsu ]; maintainers = [ maintainers.fuuzetsu ];

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation {
NIX_CFLAGS_COMPILE = "-UGTK_DISABLE_DEPRECATED -UGSEAL_ENABLE"; NIX_CFLAGS_COMPILE = "-UGTK_DISABLE_DEPRECATED -UGSEAL_ENABLE";
meta = { meta = {
homepage = http://segaretro.org/Gens/GS; homepage = https://segaretro.org/Gens/GS;
description = "A Genesis/Mega Drive emulator"; description = "A Genesis/Mega Drive emulator";
platforms = [ "i686-linux" ]; platforms = [ "i686-linux" ];
maintainers = [ stdenv.lib.maintainers.eelco ]; maintainers = [ stdenv.lib.maintainers.eelco ];

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
name = "xscreensaver-${version}"; name = "xscreensaver-${version}";
src = fetchurl { src = fetchurl {
url = "http://www.jwz.org/xscreensaver/${name}.tar.gz"; url = "https://www.jwz.org/xscreensaver/${name}.tar.gz";
sha256 = "1ng5ddzb4k2h1w54pvk9hzxvnxxmc54bc4a2ibk974nzjjjaxivs"; sha256 = "1ng5ddzb4k2h1w54pvk9hzxvnxxmc54bc4a2ibk974nzjjjaxivs";
}; };
@ -47,12 +47,12 @@ stdenv.mkDerivation rec {
; ;
meta = { meta = {
homepage = http://www.jwz.org/xscreensaver/; homepage = https://www.jwz.org/xscreensaver/;
description = "A set of screensavers"; description = "A set of screensavers";
maintainers = with stdenv.lib.maintainers; [ raskin ]; maintainers = with stdenv.lib.maintainers; [ raskin ];
platforms = with stdenv.lib.platforms; allBut cygwin; platforms = with stdenv.lib.platforms; allBut cygwin;
inherit version; inherit version;
downloadPage = "http://www.jwz.org/xscreensaver/download.html"; downloadPage = "https://www.jwz.org/xscreensaver/download.html";
updateWalker = true; updateWalker = true;
}; };
} }

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