treewide: Change URLs to HTTPS

Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
This commit is contained in:
Daniel Schaefer
2019-04-22 10:19:54 +02:00
parent 0109c84f71
commit bac4d95aa2
186 changed files with 242 additions and 243 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ automatically select the right version of GHC and other build tools to build,
test and execute apps in an existing project downloaded from somewhere on the test and execute apps in an existing project downloaded from somewhere on the
Internet. Pass the `--nix` flag to any `stack` command to do so, e.g. Internet. Pass the `--nix` flag to any `stack` command to do so, e.g.
```shell ```shell
git clone --recursive http://github.com/yesodweb/wai git clone --recursive https://github.com/yesodweb/wai
cd wai cd wai
stack --nix build stack --nix build
``` ```
+1 -1
View File
@@ -445,7 +445,7 @@ buildPythonPackage rec {
}; };
meta = with lib; { meta = with lib; {
homepage = "http://github.com/pytoolz/toolz/"; homepage = "https://github.com/pytoolz/toolz/";
description = "List processing tools and functional utilities"; description = "List processing tools and functional utilities";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ fridh ]; maintainers = with maintainers; [ fridh ];
+1 -1
View File
@@ -250,6 +250,6 @@ override to the `pkgs/misc/vim-plugins/default.nix` in the same directory.
- [vim-pi](https://bitbucket.org/vimcommunity/vim-pi) is a plugin repository - [vim-pi](https://bitbucket.org/vimcommunity/vim-pi) is a plugin repository
from VAM plugin manager meant to be used by others as well used by from VAM plugin manager meant to be used by others as well used by
- [vim2nix](http://github.com/MarcWeber/vim-addon-vim2nix) which generates the - [vim2nix](https://github.com/MarcWeber/vim-addon-vim2nix) which generates the
.nix code .nix code
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Polkadot Node Implementation"; description = "Polkadot Node Implementation";
homepage = http://polkadot.network; homepage = https://polkadot.network;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.akru ]; maintainers = [ maintainers.akru ];
platforms = platforms.linux; platforms = platforms.linux;
+1 -1
View File
@@ -55,7 +55,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "ReplayGain for AAC files"; description = "ReplayGain for AAC files";
homepage = https://github.com/mulx/aacgain; homepage = https://aacgain.altosdesign.com;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.robbinch ]; maintainers = [ maintainers.robbinch ];
+11 -11
View File
@@ -141,7 +141,7 @@ rec {
name = "antlr-runtime-4.5.3"; name = "antlr-runtime-4.5.3";
src = fetchurl { src = fetchurl {
url = "http://www.antlr.org/download/${name}.jar"; url = "https://www.antlr.org/download/${name}.jar";
sha256 = "0lm78i2annlczlc2cg5xvby0g1dyl0sh1y5xc2pymjlmr67a1g4k"; sha256 = "0lm78i2annlczlc2cg5xvby0g1dyl0sh1y5xc2pymjlmr67a1g4k";
}; };
@@ -153,7 +153,7 @@ rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A powerful parser generator for processing structured text or binary files"; description = "A powerful parser generator for processing structured text or binary files";
homepage = http://www.antlr.org/; homepage = https://www.antlr.org/;
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.rycee ]; maintainers = [ maintainers.rycee ];
@@ -164,7 +164,7 @@ rec {
name = "antlr-runtime-4.7.1"; name = "antlr-runtime-4.7.1";
src = fetchurl { src = fetchurl {
url = "http://www.antlr.org/download/${name}.jar"; url = "https://www.antlr.org/download/${name}.jar";
sha256 = "07f91mjclacrvkl8a307w2abq5wcqp0gcsnh0jg90ddfpqcnsla3"; sha256 = "07f91mjclacrvkl8a307w2abq5wcqp0gcsnh0jg90ddfpqcnsla3";
}; };
@@ -176,7 +176,7 @@ rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A powerful parser generator for processing structured text or binary files"; description = "A powerful parser generator for processing structured text or binary files";
homepage = http://www.antlr.org/; homepage = https://www.antlr.org/;
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.rycee ]; maintainers = [ maintainers.rycee ];
@@ -282,7 +282,7 @@ rec {
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://eclipse-cs.sourceforge.net/; homepage = https://eclipse-cs.sourceforge.net/;
description = "Checkstyle integration into the Eclipse IDE"; description = "Checkstyle integration into the Eclipse IDE";
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.all; platforms = platforms.all;
@@ -320,18 +320,18 @@ rec {
version_ = "1.0.0.201604221613"; version_ = "1.0.0.201604221613";
srcFeature = fetchurl { srcFeature = fetchurl {
url = "http://www2.in.tum.de/projects/cup/eclipse/features/CupEclipsePluginFeature_${version}.jar"; url = "https://www2.in.tum.de/projects/cup/eclipse/features/CupEclipsePluginFeature_${version}.jar";
sha256 = "13nnsf0cqg02z3af6xg45rhcgiffsibxbx6h1zahjv7igvqgkyna"; sha256 = "13nnsf0cqg02z3af6xg45rhcgiffsibxbx6h1zahjv7igvqgkyna";
}; };
srcPlugins = [ srcPlugins = [
(fetchurl { (fetchurl {
url = "http://www2.in.tum.de/projects/cup/eclipse/plugins/CupReferencedLibraries_${version_}.jar"; url = "https://www2.in.tum.de/projects/cup/eclipse/plugins/CupReferencedLibraries_${version_}.jar";
sha256 = "0kif8kivrysprva1pxzajm88gi967qf7idhb6ga2xpvsdcris91j"; sha256 = "0kif8kivrysprva1pxzajm88gi967qf7idhb6ga2xpvsdcris91j";
}) })
(fetchurl { (fetchurl {
url = "http://www2.in.tum.de/projects/cup/eclipse/plugins/de.tum.in.www2.CupPlugin_${version}.jar"; url = "https://www2.in.tum.de/projects/cup/eclipse/plugins/de.tum.in.www2.CupPlugin_${version}.jar";
sha256 = "022phbrsny3gb8npb6sxyqqxacx138q5bd7dq3gqxh3kprx5chbl"; sha256 = "022phbrsny3gb8npb6sxyqqxacx138q5bd7dq3gqxh3kprx5chbl";
}) })
]; ];
@@ -339,7 +339,7 @@ rec {
propagatedBuildInputs = [ zest ]; propagatedBuildInputs = [ zest ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www2.cs.tum.edu/projects/cup/eclipse.php; homepage = https://www2.cs.tum.edu/projects/cup/eclipse.php;
description = "IDE for developing CUP based parsers"; description = "IDE for developing CUP based parsers";
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.romildo ]; maintainers = [ maintainers.romildo ];
@@ -384,7 +384,7 @@ rec {
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.eclemma.org/; homepage = https://www.eclemma.org/;
description = "EclEmma is a free Java code coverage tool for Eclipse"; description = "EclEmma is a free Java code coverage tool for Eclipse";
license = licenses.epl10; license = licenses.epl10;
platforms = platforms.all; platforms = platforms.all;
@@ -614,7 +614,7 @@ rec {
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://testng.org/; homepage = https://testng.org/doc/;
description = "Eclipse plugin for the TestNG testing framework"; description = "Eclipse plugin for the TestNG testing framework";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all; platforms = platforms.all;
+1 -1
View File
@@ -67,7 +67,7 @@ in
meta = { meta = {
description = "Wrapper to create jupyter notebook kernel definitions"; description = "Wrapper to create jupyter notebook kernel definitions";
homepage = http://jupyter.org/; homepage = https://jupyter.org/;
maintainers = with maintainers; [ aborsu ]; maintainers = with maintainers; [ aborsu ];
}; };
}; };
+1 -1
View File
@@ -84,7 +84,7 @@ stdenv.mkDerivation {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = { meta = {
homepage = http://grass.osgeo.org/; homepage = https://grass.osgeo.org/;
description = "GIS software suite used for geospatial data management and analysis, image processing, graphics and maps production, spatial modeling, and visualization"; description = "GIS software suite used for geospatial data management and analysis, image processing, graphics and maps production, spatial modeling, and visualization";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
@@ -58,7 +58,7 @@ bundlerApp {
meta = with lib; { meta = with lib; {
description = "Command line tool and ruby interface to optimize (lossless compress, optionally lossy) jpeg, png, gif and svg images using external utilities (advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegrescan, jpegtran, optipng, pngcrush, pngout, pngquant, svgo)"; description = "Command line tool and ruby interface to optimize (lossless compress, optionally lossy) jpeg, png, gif and svg images using external utilities (advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegrescan, jpegtran, optipng, pngcrush, pngout, pngquant, svgo)";
homepage = http://github.com/toy/image_optim; homepage = https://github.com/toy/image_optim;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ srghma ]; maintainers = with maintainers; [ srghma ];
platforms = platforms.all; platforms = platforms.all;
+1 -1
View File
@@ -17,7 +17,7 @@ bundlerEnv rec {
in a TaskPaper-formatted text file. It allows for multiple in a TaskPaper-formatted text file. It allows for multiple
sections/categories and flexible output formatting. sections/categories and flexible output formatting.
''; '';
homepage = http://brettterpstra.com/projects/doing/; homepage = https://brettterpstra.com/projects/doing/;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ ktf ]; maintainers = with maintainers; [ ktf ];
platforms = platforms.unix; platforms = platforms.unix;
+1 -1
View File
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = http://invisible-island.net/xterm; homepage = https://invisible-island.net/xterm;
license = with stdenv.lib.licenses; [ mit ]; license = with stdenv.lib.licenses; [ mit ];
maintainers = with stdenv.lib.maintainers; [vrthra]; maintainers = with stdenv.lib.maintainers; [vrthra];
platforms = with stdenv.lib.platforms; linux ++ darwin; platforms = with stdenv.lib.platforms; linux ++ darwin;
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.frostwire.com/; homepage = https://www.frostwire.com/;
description = "BitTorrent Client and Cloud File Downloader"; description = "BitTorrent Client and Cloud File Downloader";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ gavin ]; maintainers = with maintainers; [ gavin ];
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "2.8"; version = "2.8";
src = fetchurl { src = fetchurl {
url = "http://www.pjsip.org/release/${version}/pjproject-${version}.tar.bz2"; url = "https://www.pjsip.org/release/${version}/pjproject-${version}.tar.bz2";
sha256 = "0ybg0113rp3fk49rm2v0pcgqb28h3dv1pdy9594w2ggiz7bhngah"; sha256 = "0ybg0113rp3fk49rm2v0pcgqb28h3dv1pdy9594w2ggiz7bhngah";
}; };
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A multimedia communication library written in C, implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE"; description = "A multimedia communication library written in C, implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE";
homepage = http://pjsip.org/; homepage = https://pjsip.org/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [olynch]; maintainers = with stdenv.lib.maintainers; [olynch];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A GUI program for supporting various instruments from DreamSourceLab, including logic analyzer, oscilloscope, etc"; description = "A GUI program for supporting various instruments from DreamSourceLab, including logic analyzer, oscilloscope, etc";
homepage = http://www.dreamsourcelab.com/; homepage = https://www.dreamsourcelab.com/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.bachp ]; maintainers = [ maintainers.bachp ];
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A fork of the sigrok library for usage with DSView"; description = "A fork of the sigrok library for usage with DSView";
homepage = http://www.dreamsourcelab.com/; homepage = https://www.dreamsourcelab.com/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.bachp ]; maintainers = [ maintainers.bachp ];
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A fork of the sigrokdecode library for usage with DSView"; description = "A fork of the sigrokdecode library for usage with DSView";
homepage = http://www.dreamsourcelab.com/; homepage = https://www.dreamsourcelab.com/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.bachp ]; maintainers = [ maintainers.bachp ];
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Cryptographic protocol verifier in the computational model"; description = "Cryptographic protocol verifier in the computational model";
homepage = "http://prosecco.gforge.inria.fr/personal/bblanche/cryptoverif/"; homepage = "https://prosecco.gforge.inria.fr/personal/bblanche/cryptoverif/";
license = stdenv.lib.licenses.cecill-b; license = stdenv.lib.licenses.cecill-b;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.thoughtpolice ]; maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
@@ -4,7 +4,7 @@ let
rec { rec {
version = "3.3f"; version = "3.3f";
name = "otter"; name = "otter";
url = "http://www.cs.unm.edu/~mccune/otter/otter-${version}.tar.gz"; url = "https://www.cs.unm.edu/~mccune/otter/otter-${version}.tar.gz";
sha256 = "16mc1npl7sk9cmqhrf3ghfmvx29inijw76f1b1lsykllaxjqqb1r"; sha256 = "16mc1npl7sk9cmqhrf3ghfmvx29inijw76f1b1lsykllaxjqqb1r";
}; };
buildInputs = [ buildInputs = [
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Cryptographic protocol verifier in the Dolev-Yao model"; description = "Cryptographic protocol verifier in the Dolev-Yao model";
homepage = "http://prosecco.gforge.inria.fr/personal/bblanche/proverif/"; homepage = "https://prosecco.gforge.inria.fr/personal/bblanche/proverif/";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.thoughtpolice ]; maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Verification of stateful processes (via Proverif)"; description = "Verification of stateful processes (via Proverif)";
homepage = "http://markryan.eu/research/statverif/"; homepage = "https://markryan.eu/research/statverif/";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.thoughtpolice ]; maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A library for computer-vision scientists and targeted for the Multiple View Geometry community"; description = "A library for computer-vision scientists and targeted for the Multiple View Geometry community";
homepage = http://openmvg.readthedocs.io/en/latest/; homepage = https://openmvg.readthedocs.io/en/latest/;
license = stdenv.lib.licenses.mpl20; license = stdenv.lib.licenses.mpl20;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ mdaiter ]; maintainers = with stdenv.lib.maintainers; [ mdaiter ];
+1 -1
View File
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
Recoll is an Xapian frontend that can search through files, archive Recoll is an Xapian frontend that can search through files, archive
members, email attachments. members, email attachments.
''; '';
homepage = http://www.lesbonscomptes.com/recoll/; homepage = https://www.lesbonscomptes.com/recoll/;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.jcumming ]; maintainers = [ maintainers.jcumming ];
@@ -28,7 +28,7 @@ in stdenv.mkDerivation {
meta = { meta = {
description = "A bash-tool to store your private data inside a git repository"; description = "A bash-tool to store your private data inside a git repository";
homepage = http://git-secret.io; homepage = https://git-secret.io;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.lo1tuma ]; maintainers = [ stdenv.lib.maintainers.lo1tuma ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
''; '';
meta = { meta = {
homepage = http://josefsson.org/git2cl/; homepage = https://savannah.nongnu.org/projects/git2cl;
description = "Convert git logs to GNU style ChangeLog files"; description = "Convert git logs to GNU style ChangeLog files";
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
@@ -16,7 +16,7 @@ pythonPackages.buildPythonApplication rec {
doCheck = false; doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://gitless.com/; homepage = https://gitless.com/;
description = "A version control system built on top of Git"; description = "A version control system built on top of Git";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.all; platforms = platforms.all;
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://gource.io/; homepage = https://gource.io/;
description = "A Software version control visualization tool"; description = "A Software version control visualization tool";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
longDescription = '' longDescription = ''
+1 -1
View File
@@ -120,7 +120,7 @@ stdenv.mkDerivation {
Node-graph based, open-source compositing software. Similar in Node-graph based, open-source compositing software. Similar in
functionalities to Adobe After Effects and Nuke by The Foundry. functionalities to Adobe After Effects and Nuke by The Foundry.
''; '';
homepage = https://natron.inria.fr/; homepage = https://natron.fr/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = [ maintainers.puffnfresh ]; maintainers = [ maintainers.puffnfresh ];
platforms = platforms.linux; platforms = platforms.linux;
+1 -1
View File
@@ -6,7 +6,7 @@
app --publish app --publish
to create source snapshots to create source snapshots
The documentation is availible at http://github.com/MarcWeber/nix-repository-manager/raw/master/README The documentation is availible at https://github.com/MarcWeber/nix-repository-manager/raw/master/README
*/ */
{ config }: { config }:
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.levien.com/type/myfonts/inconsolata.html; homepage = https://www.levien.com/type/myfonts/inconsolata.html;
description = "A monospace font for both screen and print"; description = "A monospace font for both screen and print";
maintainers = with maintainers; [ mikoim raskin rycee ]; maintainers = with maintainers; [ mikoim raskin rycee ];
license = licenses.ofl; license = licenses.ofl;
+2 -2
View File
@@ -9,7 +9,7 @@ let
in fetchzip { in fetchzip {
name = "montserrat-${version}"; name = "montserrat-${version}";
url = "http://marvid.fr/~eeva/mirror/Montserrat.tar.gz"; url = "https://marvid.fr/~eeva/mirror/Montserrat.tar.gz";
postFetch = '' postFetch = ''
tar -xzf $downloadedFile --strip-components=1 tar -xzf $downloadedFile --strip-components=1
@@ -21,7 +21,7 @@ in fetchzip {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A geometric sans serif font with extended latin support (Regular, Alternates, Subrayada)"; description = "A geometric sans serif font with extended latin support (Regular, Alternates, Subrayada)";
homepage = "http://www.fontspace.com/julieta-ulanovsky/montserrat"; homepage = "https://www.fontspace.com/julieta-ulanovsky/montserrat";
license = licenses.ofl; license = licenses.ofl;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ scolobb ]; maintainers = with maintainers; [ scolobb ];
+2 -2
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "4.1.1"; version = "4.1.1";
src = fetchurl { src = fetchurl {
url = "http://www.rs.tus.ac.jp/yyusa/ricty/ricty_generator-${version}.sh"; url = "https://www.rs.tus.ac.jp/yyusa/ricty/ricty_generator-${version}.sh";
sha256 = "03fngb8f5hl7ifigdm5yljhs4z2x80cq8y8kna86d07ghknhzgw6"; sha256 = "03fngb8f5hl7ifigdm5yljhs4z2x80cq8y8kna86d07ghknhzgw6";
}; };
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A high-quality Japanese font based on Inconsolata and Migu 1M"; description = "A high-quality Japanese font based on Inconsolata and Migu 1M";
homepage = http://www.rs.tus.ac.jp/yyusa/ricty.html; homepage = https://www.rs.tus.ac.jp/yyusa/ricty.html;
license = licenses.unfree; license = licenses.unfree;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.mikoim ]; maintainers = [ maintainers.mikoim ];
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ python gettext intltool gtk gvfs]; buildInputs = [ python gettext intltool gtk gvfs];
meta = { meta = {
homepage = "http://goodies.xfce.org/projects/applications/${p_name}"; homepage = "https://goodies.xfce.org/projects/applications/${p_name}";
description = "A frontend to easily manage connections to remote filesystems"; description = "A frontend to easily manage connections to remote filesystems";
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
+1 -1
View File
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = "http://goodies.xfce.org/projects/applications/${p_name}"; homepage = "https://goodies.xfce.org/projects/applications/${p_name}";
description = "Modern simple media player"; description = "Modern simple media player";
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = "http://goodies.xfce.org/projects/applications/${p_name}"; homepage = "https://goodies.xfce.org/projects/applications/${p_name}";
description = "A fast and lightweight picture-viewer for the Xfce desktop environment"; description = "A fast and lightweight picture-viewer for the Xfce desktop environment";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ intltool gtk libwnck ]; buildInputs = [ intltool gtk libwnck ];
meta = { meta = {
homepage = "http://goodies.xfce.org/projects/applications/${p_name}"; homepage = "https://goodies.xfce.org/projects/applications/${p_name}";
description = "Easy to use task manager for Xfce"; description = "Easy to use task manager for Xfce";
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
@@ -49,7 +49,7 @@ stdenv.mkDerivation {
extended with rich support for concurrent, distributed, and constraint extended with rich support for concurrent, distributed, and constraint
programming. programming.
''; '';
homepage = http://www.ps.uni-saarland.de/alice/; homepage = https://www.ps.uni-saarland.de/alice/;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.doublec ]; maintainers = [ stdenv.lib.maintainers.doublec ];
broken = true; broken = true;
@@ -8,7 +8,7 @@ mkDerivation {
pname = "elm-format"; pname = "elm-format";
version = "0.8.1"; version = "0.8.1";
src = fetchgit { src = fetchgit {
url = "http://github.com/avh4/elm-format"; url = "https://github.com/avh4/elm-format";
sha256 = "0p1dy1m6illsl7i04zsv5jqw7i4znv7pfpdfm53zy0k7mq0fk09j"; sha256 = "0p1dy1m6illsl7i04zsv5jqw7i4znv7pfpdfm53zy0k7mq0fk09j";
rev = "89694e858664329e3cbdaeb71b15c4456fd739ff"; rev = "89694e858664329e3cbdaeb71b15c4456fd739ff";
}; };
@@ -30,7 +30,7 @@ mkDerivation {
split tasty tasty-golden tasty-hunit tasty-quickcheck text split tasty tasty-golden tasty-hunit tasty-quickcheck text
]; ];
doHaddock = false; doHaddock = false;
homepage = "http://elm-lang.org"; homepage = "https://elm-lang.org";
description = "A source code formatter for Elm"; description = "A source code formatter for Elm";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
} }
@@ -25,7 +25,7 @@ mkDerivation {
snap-server template-haskell text time unordered-containers snap-server template-haskell text time unordered-containers
utf8-string vector zip-archive utf8-string vector zip-archive
]; ];
homepage = "http://elm-lang.org"; homepage = "https://elm-lang.org";
description = "The `elm` command line interface"; description = "The `elm` command line interface";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
} }
@@ -83,7 +83,7 @@ let version = "4.8.5";
# Antlr (optional) allows the Java `gjdoc' tool to be built. We want a # Antlr (optional) allows the Java `gjdoc' tool to be built. We want a
# binary distribution here to allow the whole chain to be bootstrapped. # binary distribution here to allow the whole chain to be bootstrapped.
javaAntlr = fetchurl { javaAntlr = fetchurl {
url = http://www.antlr.org/download/antlr-4.4-complete.jar; url = https://www.antlr.org/download/antlr-4.4-complete.jar;
sha256 = "02lda2imivsvsis8rnzmbrbp8rh1kb8vmq4i67pqhkwz7lf8y6dz"; sha256 = "02lda2imivsvsis8rnzmbrbp8rh1kb8vmq4i67pqhkwz7lf8y6dz";
}; };
@@ -88,7 +88,7 @@ let version = "4.9.4";
# Antlr (optional) allows the Java `gjdoc' tool to be built. We want a # Antlr (optional) allows the Java `gjdoc' tool to be built. We want a
# binary distribution here to allow the whole chain to be bootstrapped. # binary distribution here to allow the whole chain to be bootstrapped.
javaAntlr = fetchurl { javaAntlr = fetchurl {
url = http://www.antlr.org/download/antlr-4.4-complete.jar; url = https://www.antlr.org/download/antlr-4.4-complete.jar;
sha256 = "02lda2imivsvsis8rnzmbrbp8rh1kb8vmq4i67pqhkwz7lf8y6dz"; sha256 = "02lda2imivsvsis8rnzmbrbp8rh1kb8vmq4i67pqhkwz7lf8y6dz";
}; };
+1 -1
View File
@@ -75,7 +75,7 @@ let version = "5.5.0";
# Antlr (optional) allows the Java `gjdoc' tool to be built. We want a # Antlr (optional) allows the Java `gjdoc' tool to be built. We want a
# binary distribution here to allow the whole chain to be bootstrapped. # binary distribution here to allow the whole chain to be bootstrapped.
javaAntlr = fetchurl { javaAntlr = fetchurl {
url = http://www.antlr.org/download/antlr-4.4-complete.jar; url = https://www.antlr.org/download/antlr-4.4-complete.jar;
sha256 = "02lda2imivsvsis8rnzmbrbp8rh1kb8vmq4i67pqhkwz7lf8y6dz"; sha256 = "02lda2imivsvsis8rnzmbrbp8rh1kb8vmq4i67pqhkwz7lf8y6dz";
}; };
+1 -1
View File
@@ -72,7 +72,7 @@ let version = "6.5.0";
# Antlr (optional) allows the Java `gjdoc' tool to be built. We want a # Antlr (optional) allows the Java `gjdoc' tool to be built. We want a
# binary distribution here to allow the whole chain to be bootstrapped. # binary distribution here to allow the whole chain to be bootstrapped.
javaAntlr = fetchurl { javaAntlr = fetchurl {
url = http://www.antlr.org/download/antlr-4.4-complete.jar; url = https://www.antlr.org/download/antlr-4.4-complete.jar;
sha256 = "02lda2imivsvsis8rnzmbrbp8rh1kb8vmq4i67pqhkwz7lf8y6dz"; sha256 = "02lda2imivsvsis8rnzmbrbp8rh1kb8vmq4i67pqhkwz7lf8y6dz";
}; };
@@ -23,7 +23,7 @@ mkDerivation {
primitive QuickCheck quickcheck-unicode random test-framework primitive QuickCheck quickcheck-unicode random test-framework
test-framework-hunit test-framework-quickcheck2 text test-framework-hunit test-framework-quickcheck2 text
]; ];
homepage = "http://github.com/ghcjs/ghcjs-base"; homepage = "https://github.com/ghcjs/ghcjs-base";
description = "base library for GHCJS"; description = "base library for GHCJS";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
} }
+1 -1
View File
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
# Fix mono DLLMap so it can find libX11 to run winforms apps # Fix mono DLLMap so it can find libX11 to run winforms apps
# libgdiplus is correctly handled by the --with-libgdiplus configure flag # libgdiplus is correctly handled by the --with-libgdiplus configure flag
# Other items in the DLLMap may need to be pointed to their store locations, I don't think this is exhaustive # Other items in the DLLMap may need to be pointed to their store locations, I don't think this is exhaustive
# http://www.mono-project.com/Config_DllMap # https://www.mono-project.com/Config_DllMap
postBuild = '' postBuild = ''
find . -name 'config' -type f | xargs \ find . -name 'config' -type f | xargs \
sed -i -e "s@libX11.so.6@${libX11.out}/lib/libX11.so.6@g" sed -i -e "s@libX11.so.6@${libX11.out}/lib/libX11.so.6@g"
@@ -231,13 +231,13 @@ let
''; '';
src = fetchurl { src = fetchurl {
url = "http://www.php.net/distributions/php-${version}.tar.bz2"; url = "https://www.php.net/distributions/php-${version}.tar.bz2";
inherit sha256; inherit sha256;
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "An HTML-embedded scripting language"; description = "An HTML-embedded scripting language";
homepage = http://www.php.net/; homepage = https://www.php.net/;
license = licenses.php301; license = licenses.php301;
maintainers = with maintainers; [ globin etu ]; maintainers = with maintainers; [ globin etu ];
platforms = platforms.all; platforms = platforms.all;
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.3.2"; version = "1.3.2";
src = fetchurl { src = fetchurl {
url = "http://bitbucket.org/acoustid/chromaprint/downloads/${name}.tar.gz"; url = "https://bitbucket.org/acoustid/chromaprint/downloads/${name}.tar.gz";
sha256 = "0lln8dh33gslb9cbmd1hcv33pr6jxdwipd8m8gbsyhksiq6r1by3"; sha256 = "0lln8dh33gslb9cbmd1hcv33pr6jxdwipd8m8gbsyhksiq6r1by3";
}; };
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
cmakeFlags = [ "-DCMAKE_MODULE_PATH=${sfml}/share/SFML/cmake/Modules/" ]; cmakeFlags = [ "-DCMAKE_MODULE_PATH=${sfml}/share/SFML/cmake/Modules/" ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.sfml-dev.org/; homepage = https://www.sfml-dev.org/;
description = "Simple and fast multimedia library"; description = "Simple and fast multimedia library";
longDescription = '' longDescription = ''
SFML is a simple, fast, cross-platform and object-oriented multimedia API. SFML is a simple, fast, cross-platform and object-oriented multimedia API.
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
passthru = { inherit dbus glib; }; passthru = { inherit dbus glib; };
meta = { meta = {
homepage = http://dbus.freedesktop.org; homepage = https://dbus.freedesktop.org;
license = with stdenv.lib.licenses; [ afl21 gpl2 ]; license = with stdenv.lib.licenses; [ afl21 gpl2 ];
description = "Obsolete glib bindings for D-Bus lightweight IPC mechanism"; description = "Obsolete glib bindings for D-Bus lightweight IPC mechanism";
maintainers = [ ]; maintainers = [ ];
+2 -2
View File
@@ -4,7 +4,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "exiv2-0.26.2018.12.30"; name = "exiv2-0.26.2018.12.30";
#url = "http://www.exiv2.org/builds/${name}-trunk.tar.gz"; #url = "https://www.exiv2.org/builds/${name}-trunk.tar.gz";
src = fetchFromGitHub rec { src = fetchFromGitHub rec {
owner = "exiv2"; owner = "exiv2";
repo = "exiv2"; repo = "exiv2";
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ zlib expat ]; propagatedBuildInputs = [ zlib expat ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.exiv2.org/; homepage = https://www.exiv2.org/;
description = "A library and command-line utility to manage image metadata"; description = "A library and command-line utility to manage image metadata";
platforms = platforms.all; platforms = platforms.all;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Open source MPEG-4 and MPEG-2 AAC encoder"; description = "Open source MPEG-4 and MPEG-2 AAC encoder";
homepage = http://www.audiocoding.com/faac.html; homepage = https://www.audiocoding.com/faac.html;
license = licenses.unfreeRedistributable; license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ codyopel ]; maintainers = with maintainers; [ codyopel ];
platforms = platforms.all; platforms = platforms.all;
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "An open source MPEG-4 and MPEG-2 AAC decoder"; description = "An open source MPEG-4 and MPEG-2 AAC decoder";
homepage = http://www.audiocoding.com/faad2.html; homepage = https://www.audiocoding.com/faad2.html;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ codyopel ]; maintainers = with maintainers; [ codyopel ];
platforms = platforms.all; platforms = platforms.all;
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ autoconf cairo opencv ]; buildInputs = [ autoconf cairo opencv ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://frei0r.dyne.org; homepage = https://frei0r.dyne.org;
description = "Minimalist, cross-platform, shared video plugins"; description = "Minimalist, cross-platform, shared video plugins";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.goibhniu ]; maintainers = [ maintainers.goibhniu ];
+1 -1
View File
@@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Translator library for raster geospatial data formats"; description = "Translator library for raster geospatial data formats";
homepage = http://www.gdal.org/; homepage = https://www.gdal.org/;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.marcweber ]; maintainers = [ stdenv.lib.maintainers.marcweber ];
platforms = with stdenv.lib.platforms; linux ++ darwin; platforms = with stdenv.lib.platforms; linux ++ darwin;
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Translator library for raster geospatial data formats"; description = "Translator library for raster geospatial data formats";
homepage = http://www.gdal.org/; homepage = https://www.gdal.org/;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.marcweber ]; maintainers = [ stdenv.lib.maintainers.marcweber ];
platforms = with stdenv.lib.platforms; linux ++ darwin; platforms = with stdenv.lib.platforms; linux ++ darwin;
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
license = licenses.mit; license = licenses.mit;
homepage = http://www.gecode.org; homepage = https://www.gecode.org;
description = "Toolkit for developing constraint-based systems"; description = "Toolkit for developing constraint-based systems";
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.manveru ]; maintainers = [ maintainers.manveru ];
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
license = licenses.mit; license = licenses.mit;
homepage = http://www.gecode.org; homepage = https://www.gecode.org;
description = "Toolkit for developing constraint-based systems"; description = "Toolkit for developing constraint-based systems";
platforms = platforms.all; platforms = platforms.all;
maintainers = [ ]; maintainers = [ ];
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
dontStrip = true; dontStrip = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.mono-project.com/docs/gui/gtksharp/; homepage = https://www.mono-project.com/docs/gui/gtksharp/;
description = "A .NET language binding for assorted GNOME libraries"; description = "A .NET language binding for assorted GNOME libraries";
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.linux; platforms = platforms.linux;
@@ -4,7 +4,7 @@
let let
protoTar = fetchurl { protoTar = fetchurl {
url = "http://github.com/Seagate/kinetic-protocol/archive/3.0.0.tar.gz"; url = "https://github.com/Seagate/kinetic-protocol/archive/3.0.0.tar.gz";
sha256 = "0406pp0sdf0rg6s5g18r2d8si2rin7p6qbzp7c6pma5hyzsygz48"; sha256 = "0406pp0sdf0rg6s5g18r2d8si2rin7p6qbzp7c6pma5hyzsygz48";
}; };
in in
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "C runtime libraries of ANTLR v3"; description = "C runtime libraries of ANTLR v3";
homepage = http://www.antlr3.org/; homepage = https://www.antlr3.org/;
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ vbgl ]; maintainers = with maintainers; [ vbgl ];
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "ELF object file access library"; description = "ELF object file access library";
homepage = http://www.mr511.de/software/english.html; homepage = https://github.com/Distrotech/libelf;
license = stdenv.lib.licenses.lgpl2Plus; license = stdenv.lib.licenses.lgpl2Plus;
@@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
conversions for values passed between the two languages. conversions for values passed between the two languages.
''; '';
homepage = http://sourceware.org/libffi/; homepage = http://sourceware.org/libffi/;
# See http://github.com/atgreen/libffi/blob/master/LICENSE . # See https://github.com/atgreen/libffi/blob/master/LICENSE .
license = licenses.free; license = licenses.free;
maintainers = [ ]; maintainers = [ ];
platforms = platforms.all; platforms = platforms.all;
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Library implementing attempt to create a tiff based interchange format for georeferenced raster imagery"; description = "Library implementing attempt to create a tiff based interchange format for georeferenced raster imagery";
homepage = https://www.remotesensing.org/geotiff/geotiff.html; homepage = https://github.com/OSGeo/libgeotiff;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = [stdenv.lib.maintainers.marcweber]; maintainers = [stdenv.lib.maintainers.marcweber];
platforms = with stdenv.lib.platforms; linux ++ darwin; platforms = with stdenv.lib.platforms; linux ++ darwin;
@@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A library for playing tracker music module files"; description = "A library for playing tracker music module files";
homepage = http://mikmod.shlomifish.org/; homepage = https://mikmod.shlomifish.org/;
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
maintainers = with maintainers; [ astsmtl lovek323 ]; maintainers = with maintainers; [ astsmtl lovek323 ];
platforms = platforms.unix; platforms = platforms.unix;
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
name = "liblrdf-${version}"; name = "liblrdf-${version}";
src = fetchurl { src = fetchurl {
url = "http://github.com/swh/LRDF/archive/${version}.tar.gz"; url = "https://github.com/swh/LRDF/archive/${version}.tar.gz";
sha256 = "18p2flb2sv2hq6w2qkd29z9c7knnwqr3f12i2srshlzx6vwkm05s"; sha256 = "18p2flb2sv2hq6w2qkd29z9c7knnwqr3f12i2srshlzx6vwkm05s";
}; };
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec{
version = "1.12.0"; version = "1.12.0";
src = fetchurl { src = fetchurl {
url = "http://web-cpan.shlomifish.org/downloads/${name}.tar.bz2"; url = "https://web-cpan.shlomifish.org/downloads/${name}.tar.bz2";
sha256 = "1ms1770cx8c6q3lhn1chkzy12vzmjgvlms7cqhd2d3260j2wwv5s"; sha256 = "1ms1770cx8c6q3lhn1chkzy12vzmjgvlms7cqhd2d3260j2wwv5s";
}; };
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
use minimal CPU and memory resources, and provide fast use minimal CPU and memory resources, and provide fast
throughput in both directions. throughput in both directions.
''; '';
homepage = https://libwebsockets.org; homepage = https://github.com/warmcat/libwebsockets;
license = stdenv.lib.licenses.lgpl21; license = stdenv.lib.licenses.lgpl21;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
dontStrip = true; dontStrip = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.mono-project.com/archived/monoaddins/; homepage = https://www.mono-project.com/archived/monoaddins/;
description = "A generic framework for creating extensible applications"; description = "A generic framework for creating extensible applications";
longDescription = '' longDescription = ''
Mono.Addins is a generic framework for creating extensible applications, Mono.Addins is a generic framework for creating extensible applications,
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A cross platform Zero Configuration Networking library for Mono and .NET"; description = "A cross platform Zero Configuration Networking library for Mono and .NET";
homepage = http://www.mono-project.com/archived/monozeroconf/; homepage = https://www.mono-project.com/archived/monozeroconf/;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.mit; license = licenses.mit;
}; };
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "OpenAL alternative"; description = "OpenAL alternative";
homepage = http://kcat.strangesoft.net/openal.html; homepage = https://kcat.strangesoft.net/openal.html;
license = licenses.lgpl2; license = licenses.lgpl2;
maintainers = with maintainers; [ftrvxmtrx]; maintainers = with maintainers; [ftrvxmtrx];
platforms = platforms.unix; platforms = platforms.unix;
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "An open framework for voxel"; description = "An open framework for voxel";
homepage = "http://www.openvdb.org"; homepage = "https://www.openvdb.org";
maintainers = [ maintainers.guibou ]; maintainers = [ maintainers.guibou ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.mpl20; license = licenses.mpl20;
+1 -1
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Cartographic Projections Library"; description = "Cartographic Projections Library";
homepage = http://trac.osgeo.org/proj/; homepage = https://proj4.org;
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ vbgl ]; maintainers = with maintainers; [ vbgl ];
@@ -42,7 +42,7 @@ let
''; '';
meta = { meta = {
description = "Distributed just-in-time shared library building"; description = "Distributed just-in-time shared library building";
homepage = http://fenicsproject.org/; homepage = https://fenicsproject.org/;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.lgpl3; license = stdenv.lib.licenses.lgpl3;
}; };
@@ -60,7 +60,7 @@ let
''; '';
meta = { meta = {
description = "Automatic generation of finite element basis functions"; description = "Automatic generation of finite element basis functions";
homepage = http://fenicsproject.org/; homepage = https://fenicsproject.org/;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.lgpl3; license = stdenv.lib.licenses.lgpl3;
}; };
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
"-DSFML_USE_SYSTEM_DEPS=yes" ]; "-DSFML_USE_SYSTEM_DEPS=yes" ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.sfml-dev.org/; homepage = https://www.sfml-dev.org/;
description = "Simple and fast multimedia library"; description = "Simple and fast multimedia library";
longDescription = '' longDescription = ''
SFML is a simple, fast, cross-platform and object-oriented multimedia API. SFML is a simple, fast, cross-platform and object-oriented multimedia API.
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "yajl-2.1.0"; name = "yajl-2.1.0";
src = fetchurl { src = fetchurl {
url = http://github.com/lloyd/yajl/tarball/2.1.0; url = https://github.com/lloyd/yajl/tarball/2.1.0;
name = "${name}.tar.gz"; name = "${name}.tar.gz";
sha256 = "0f6yrjc05aa26wfi7lqn2gslm19m6rm81b30ksllpkappvh162ji"; sha256 = "0f6yrjc05aa26wfi7lqn2gslm19m6rm81b30ksllpkappvh162ji";
}; };
@@ -143,7 +143,7 @@ lgi = buildLuarocksPackage {
buildType="make"; buildType="make";
meta = { meta = {
homepage = "http://github.com/pavouk/lgi"; homepage = "https://github.com/pavouk/lgi";
description="Lua bindings to GObject libraries"; description="Lua bindings to GObject libraries";
license = { license = {
fullName = "MIT/X11"; fullName = "MIT/X11";
@@ -203,7 +203,7 @@ lrexlib-gnu = buildLuarocksPackage {
buildType="builtin"; buildType="builtin";
meta = { meta = {
homepage = "http://github.com/rrthomas/lrexlib"; homepage = "https://github.com/rrthomas/lrexlib";
description="Regular expression library binding (GNU flavour)."; description="Regular expression library binding (GNU flavour).";
license = { license = {
fullName = "MIT/X11"; fullName = "MIT/X11";
@@ -223,7 +223,7 @@ lrexlib-posix = buildLuarocksPackage {
buildType="builtin"; buildType="builtin";
meta = { meta = {
homepage = "http://github.com/rrthomas/lrexlib"; homepage = "https://github.com/rrthomas/lrexlib";
description="Regular expression library binding (POSIX flavour)."; description="Regular expression library binding (POSIX flavour).";
license = { license = {
fullName = "MIT/X11"; fullName = "MIT/X11";
@@ -273,7 +273,7 @@ lua-cmsgpack = buildLuarocksPackage {
buildType="builtin"; buildType="builtin";
meta = { meta = {
homepage = "http://github.com/antirez/lua-cmsgpack"; homepage = "https://github.com/antirez/lua-cmsgpack";
description="MessagePack C implementation and bindings for Lua 5.1/5.2/5.3"; description="MessagePack C implementation and bindings for Lua 5.1/5.2/5.3";
license = { license = {
fullName = "Two-clause BSD"; fullName = "Two-clause BSD";
@@ -53954,7 +53954,7 @@ in
buildInputs = globalBuildInputs; buildInputs = globalBuildInputs;
meta = { meta = {
description = "Web Inspector based nodeJS debugger"; description = "Web Inspector based nodeJS debugger";
homepage = http://github.com/node-inspector/node-inspector; homepage = https://github.com/node-inspector/node-inspector;
}; };
production = true; production = true;
bypassCache = true; bypassCache = true;
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-astring-${version}"; name = "ocaml${ocaml.version}-astring-${version}";
src = fetchurl { src = fetchurl {
url = "http://erratique.ch/software/astring/releases/astring-${version}.tbz"; url = "https://erratique.ch/software/astring/releases/astring-${version}.tbz";
sha256 = "0ixjwc3plrljvj24za3l9gy0w30lsbggp8yh02lwrzw61ls4cri0"; sha256 = "0ixjwc3plrljvj24za3l9gy0w30lsbggp8yh02lwrzw61ls4cri0";
}; };
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-bos-${version}"; name = "ocaml${ocaml.version}-bos-${version}";
version = "0.2.0"; version = "0.2.0";
src = fetchurl { src = fetchurl {
url = "http://erratique.ch/software/bos/releases/bos-${version}.tbz"; url = "https://erratique.ch/software/bos/releases/bos-${version}.tbz";
sha256 = "1s10iqx8rgnxr5n93lf4blwirjf8nlm272yg5sipr7lsr35v49wc"; sha256 = "1s10iqx8rgnxr5n93lf4blwirjf8nlm272yg5sipr7lsr35v49wc";
}; };
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
inherit (param) version; inherit (param) version;
src = fetchurl { src = fetchurl {
url = "http://erratique.ch/software/${pname}/releases/${pname}-${version}.tbz"; url = "https://erratique.ch/software/${pname}/releases/${pname}-${version}.tbz";
inherit (param) sha256; inherit (param) sha256;
}; };
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "ocaml${ocaml.version}-cpuid-0.1.0"; name = "ocaml${ocaml.version}-cpuid-0.1.0";
src = fetchurl { src = fetchurl {
url = http://github.com/pqwy/cpuid/releases/download/v0.1.0/cpuid-0.1.0.tbz; url = https://github.com/pqwy/cpuid/releases/download/v0.1.0/cpuid-0.1.0.tbz;
sha256 = "08k2558a3dnxn8msgpz8c93sfn0y027ganfdi2yvql0fp1ixv97p"; sha256 = "08k2558a3dnxn8msgpz8c93sfn0y027ganfdi2yvql0fp1ixv97p";
}; };
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "ocaml${ocaml.version}-fmt-0.8.5"; name = "ocaml${ocaml.version}-fmt-0.8.5";
src = fetchurl { src = fetchurl {
url = http://erratique.ch/software/fmt/releases/fmt-0.8.5.tbz; url = https://erratique.ch/software/fmt/releases/fmt-0.8.5.tbz;
sha256 = "1zj9azcxcn6skmb69ykgmi9z8c50yskwg03wqgh87lypgjdcz060"; sha256 = "1zj9azcxcn6skmb69ykgmi9z8c50yskwg03wqgh87lypgjdcz060";
}; };
@@ -3,7 +3,7 @@
stdenv.mkDerivation { stdenv.mkDerivation {
name = "ocaml${ocaml.version}-fpath-0.7.2"; name = "ocaml${ocaml.version}-fpath-0.7.2";
src = fetchurl { src = fetchurl {
url = http://erratique.ch/software/fpath/releases/fpath-0.7.2.tbz; url = https://erratique.ch/software/fpath/releases/fpath-0.7.2.tbz;
sha256 = "1hr05d8bpqmqcfdavn4rjk9rxr7v2zl84866f5knjifrm60sxqic"; sha256 = "1hr05d8bpqmqcfdavn4rjk9rxr7v2zl84866f5knjifrm60sxqic";
}; };
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-functoria-${version}"; name = "ocaml${ocaml.version}-functoria-${version}";
version = "2.0.2"; version = "2.0.2";
src = fetchurl { src = fetchurl {
url = "http://github.com/mirage/functoria/releases/download/${version}/functoria-${version}.tbz"; url = "https://github.com/mirage/functoria/releases/download/${version}/functoria-${version}.tbz";
sha256 = "019rl4rir4lwgjyqj2wq3ylw4daih1kxxgbc6ld6kzcq66mwr747"; sha256 = "019rl4rir4lwgjyqj2wq3ylw4daih1kxxgbc6ld6kzcq66mwr747";
}; };
@@ -5,7 +5,7 @@ let
pname = "gg"; pname = "gg";
version = "0.9.1"; version = "0.9.1";
webpage = "http://erratique.ch/software/${pname}"; webpage = "https://erratique.ch/software/${pname}";
in in
assert versionAtLeast (getVersion ocaml) "4.01.0"; assert versionAtLeast (getVersion ocaml) "4.01.0";
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
name = "ocaml${ocaml.version}-jsonm-${version}"; name = "ocaml${ocaml.version}-jsonm-${version}";
src = fetchurl { src = fetchurl {
url = "http://erratique.ch/software/jsonm/releases/jsonm-${version}.tbz"; url = "https://erratique.ch/software/jsonm/releases/jsonm-${version}.tbz";
sha256 = "1176dcmxb11fnw49b7yysvkjh0kpzx4s48lmdn5psq9vshp5c29w"; sha256 = "1176dcmxb11fnw49b7yysvkjh0kpzx4s48lmdn5psq9vshp5c29w";
}; };
@@ -2,7 +2,7 @@
, topkg, result, lwt, cmdliner, fmt }: , topkg, result, lwt, cmdliner, fmt }:
let let
pname = "logs"; pname = "logs";
webpage = "http://erratique.ch/software/${pname}"; webpage = "https://erratique.ch/software/${pname}";
in in
assert stdenv.lib.versionAtLeast ocaml.version "4.01.0"; assert stdenv.lib.versionAtLeast ocaml.version "4.01.0";
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-${pname}-${version}"; name = "ocaml${ocaml.version}-${pname}-${version}";
src = fetchzip { src = fetchzip {
url = "http://github.com/aantron/markup.ml/archive/${version}.tar.gz"; url = "https://github.com/aantron/markup.ml/archive/${version}.tar.gz";
sha256 = "09qm73m6c6wjh51w61vnfsnis37m28cf1r6hnkr3bbg903ahwbp5"; sha256 = "09qm73m6c6wjh51w61vnfsnis37m28cf1r6hnkr3bbg903ahwbp5";
}; };
@@ -3,7 +3,7 @@
stdenv.mkDerivation { stdenv.mkDerivation {
name = "ocaml${ocaml.version}-mparser-1.2.3"; name = "ocaml${ocaml.version}-mparser-1.2.3";
src = fetchzip { src = fetchzip {
url = http://github.com/cakeplus/mparser/archive/1.2.3.tar.gz; url = https://github.com/cakeplus/mparser/archive/1.2.3.tar.gz;
sha256 = "1f8vpagmv0jdm50pxs2xwh2xcmvgaprx4kw871hlml9ahsflxgnw"; sha256 = "1f8vpagmv0jdm50pxs2xwh2xcmvgaprx4kw871hlml9ahsflxgnw";
}; };
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
name = "ocaml${ocaml.version}-mtime-${param.version}"; name = "ocaml${ocaml.version}-mtime-${param.version}";
src = fetchurl { src = fetchurl {
url = "http://erratique.ch/software/mtime/releases/mtime-${param.version}.tbz"; url = "https://erratique.ch/software/mtime/releases/mtime-${param.version}.tbz";
inherit (param) sha256; inherit (param) sha256;
}; };
@@ -9,7 +9,7 @@ in stdenv.mkDerivation {
name = "ocaml-make-${version}"; name = "ocaml-make-${version}";
src = fetchurl { src = fetchurl {
url = "http://bitbucket.org/mmottl/ocaml-makefile/downloads/ocaml-makefile-${version}.tar.gz"; url = "https://bitbucket.org/mmottl/ocaml-makefile/downloads/ocaml-makefile-${version}.tar.gz";
inherit sha256; inherit sha256;
}; };
@@ -3,7 +3,7 @@
stdenv.mkDerivation { stdenv.mkDerivation {
name = "ocaml${ocaml.version}-ocb-stubblr-0.1.0"; name = "ocaml${ocaml.version}-ocb-stubblr-0.1.0";
src = fetchzip { src = fetchzip {
url = http://github.com/pqwy/ocb-stubblr/releases/download/v0.1.0/ocb-stubblr-0.1.0.tbz; url = https://github.com/pqwy/ocb-stubblr/releases/download/v0.1.0/ocb-stubblr-0.1.0.tbz;
name = "src.tar.bz"; name = "src.tar.bz";
sha256 = "0hpds1lkq4j8wgslv7hnirgfrjmqi36h5rarpw9mwf24gfp5ays2"; sha256 = "0hpds1lkq4j8wgslv7hnirgfrjmqi36h5rarpw9mwf24gfp5ays2";
}; };
@@ -6,7 +6,7 @@ then throw "octavius is not available for OCaml ${ocaml.version}" else
stdenv.mkDerivation { stdenv.mkDerivation {
name = "ocaml${ocaml.version}-octavius-0.2.0"; name = "ocaml${ocaml.version}-octavius-0.2.0";
src = fetchurl { src = fetchurl {
url = http://github.com/ocaml-doc/octavius/releases/download/v0.2.0/octavius-0.2.0.tbz; url = https://github.com/ocaml-doc/octavius/releases/download/v0.2.0/octavius-0.2.0.tbz;
sha256 = "02milzzlr4xk5aymg2fjz27f528d5pyscqvld3q0dm41zcpkz5ml"; sha256 = "02milzzlr4xk5aymg2fjz27f528d5pyscqvld3q0dm41zcpkz5ml";
}; };
@@ -3,7 +3,7 @@
let let
pname = "otfm"; pname = "otfm";
version = "0.3.0"; version = "0.3.0";
webpage = "http://erratique.ch/software/${pname}"; webpage = "https://erratique.ch/software/${pname}";
in in
assert stdenv.lib.versionAtLeast ocaml.version "4.01.0"; assert stdenv.lib.versionAtLeast ocaml.version "4.01.0";
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-ptime-${version}"; name = "ocaml${ocaml.version}-ptime-${version}";
src = fetchurl { src = fetchurl {
url = "http://erratique.ch/software/ptime/releases/ptime-${version}.tbz"; url = "https://erratique.ch/software/ptime/releases/ptime-${version}.tbz";
sha256 = "0z2snhda8bg136xkw2msw6k2dz84vb49p8bgzrxfs8mawdlk0kkg"; sha256 = "0z2snhda8bg136xkw2msw6k2dz84vb49p8bgzrxfs8mawdlk0kkg";
}; };
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "ocaml-react-1.2.1"; name = "ocaml-react-1.2.1";
src = fetchurl { src = fetchurl {
url = http://erratique.ch/software/react/releases/react-1.2.1.tbz; url = https://erratique.ch/software/react/releases/react-1.2.1.tbz;
sha256 = "1aj8w79gdd9xnrbz7s5p8glcb4pmimi8jp9f439dqnf6ih3mqb3v"; sha256 = "1aj8w79gdd9xnrbz7s5p8glcb4pmimi8jp9f439dqnf6ih3mqb3v";
}; };
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-rresult-${version}"; name = "ocaml${ocaml.version}-rresult-${version}";
version = "0.6.0"; version = "0.6.0";
src = fetchurl { src = fetchurl {
url = "http://erratique.ch/software/rresult/releases/rresult-${version}.tbz"; url = "https://erratique.ch/software/rresult/releases/rresult-${version}.tbz";
sha256 = "1k69a3gvrk7f2cshwjzvk7818f0bwxhacgd14wxy6d4gmrggci86"; sha256 = "1k69a3gvrk7f2cshwjzvk7818f0bwxhacgd14wxy6d4gmrggci86";
}; };
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
version = "1.99.4"; version = "1.99.4";
src = fetchzip { src = fetchzip {
url = "http://github.com/alainfrisch/sedlex/archive/v${version}.tar.gz"; url = "https://github.com/alainfrisch/sedlex/archive/v${version}.tar.gz";
sha256 = "1b7nqxyfcz8i7m4b8zil2rn6ygh2czy26f9v64xnxn8r0hy9sh1m"; sha256 = "1b7nqxyfcz8i7m4b8zil2rn6ygh2czy26f9v64xnxn8r0hy9sh1m";
}; };
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
version = "1.0.0"; version = "1.0.0";
src = fetchurl { src = fetchurl {
url = "http://erratique.ch/software/topkg/releases/topkg-${version}.tbz"; url = "https://erratique.ch/software/topkg/releases/topkg-${version}.tbz";
sha256 = "1df61vw6v5bg2mys045682ggv058yqkqb67w7r2gz85crs04d5fw"; sha256 = "1df61vw6v5bg2mys045682ggv058yqkqb67w7r2gz85crs04d5fw";
}; };
@@ -7,7 +7,7 @@ else
let let
pname = "tsdl"; pname = "tsdl";
version = "0.9.4"; version = "0.9.4";
webpage = "http://erratique.ch/software/${pname}"; webpage = "https://erratique.ch/software/${pname}";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-${pname}-${version}"; name = "ocaml${ocaml.version}-${pname}-${version}";
src = fetchzip { src = fetchzip {
url = "http://github.com/ocsigen/tyxml/archive/${version}.tar.gz"; url = "https://github.com/ocsigen/tyxml/archive/${version}.tar.gz";
sha256 = "1zrkrmxyj5a2cdh4b9zr9anwfk320wv3x0ynxnyxl5za2ix8sld8"; sha256 = "1zrkrmxyj5a2cdh4b9zr9anwfk320wv3x0ynxnyxl5za2ix8sld8";
}; };

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