Merge pull request #132233 from siraben/redirected-urls-fix

treewide: fix redirected URLs

authored by

Ben Siraphob and committed by
GitHub
5a07b52d e422c166

+66 -66
+1 -1
pkgs/applications/audio/friture/default.nix
··· 38 39 meta = with lib; { 40 description = "A real-time audio analyzer"; 41 - homepage = "http://friture.org/"; 42 license = licenses.gpl3; 43 platforms = platforms.linux; # fails on Darwin 44 maintainers = [ maintainers.laikq ];
··· 38 39 meta = with lib; { 40 description = "A real-time audio analyzer"; 41 + homepage = "https://friture.org/"; 42 license = licenses.gpl3; 43 platforms = platforms.linux; # fails on Darwin 44 maintainers = [ maintainers.laikq ];
+1 -1
pkgs/applications/audio/spectmorph/default.nix
··· 4 pname = "spectmorph"; 5 version = "0.5.2"; 6 src = fetchurl { 7 - url = "http://spectmorph.org/files/releases/${pname}-${version}.tar.bz2"; 8 sha256 = "0yrq7mknhk096wfsx0q3b6wwa2w5la0rxa113di26rrrw136xl1f"; 9 }; 10
··· 4 pname = "spectmorph"; 5 version = "0.5.2"; 6 src = fetchurl { 7 + url = "https://spectmorph.org/files/releases/${pname}-${version}.tar.bz2"; 8 sha256 = "0yrq7mknhk096wfsx0q3b6wwa2w5la0rxa113di26rrrw136xl1f"; 9 }; 10
+1 -1
pkgs/applications/editors/ne/default.nix
··· 23 24 meta = with lib; { 25 description = "The nice editor"; 26 - homepage = "http://ne.di.unimi.it/"; 27 longDescription = '' 28 ne is a free (GPL'd) text editor based on the POSIX standard that runs 29 (we hope) on almost any UN*X machine. ne is easy to use for the beginner,
··· 23 24 meta = with lib; { 25 description = "The nice editor"; 26 + homepage = "https://ne.di.unimi.it/"; 27 longDescription = '' 28 ne is a free (GPL'd) text editor based on the POSIX standard that runs 29 (we hope) on almost any UN*X machine. ne is easy to use for the beginner,
+1 -1
pkgs/applications/graphics/scantailor/default.nix
··· 12 buildInputs = [ qt4 libjpeg libtiff boost ]; 13 14 meta = { 15 - homepage = "http://scantailor.org/"; 16 description = "Interactive post-processing tool for scanned pages"; 17 18 license = lib.licenses.gpl3Plus;
··· 12 buildInputs = [ qt4 libjpeg libtiff boost ]; 13 14 meta = { 15 + homepage = "https://scantailor.org/"; 16 description = "Interactive post-processing tool for scanned pages"; 17 18 license = lib.licenses.gpl3Plus;
+1 -1
pkgs/applications/misc/audio/wavesurfer/default.nix
··· 23 24 meta = { 25 description = "Tool for recording, playing, editing, viewing and labeling of audio"; 26 - homepage = "http://www.speech.kth.se/wavesurfer/"; 27 license = lib.licenses.bsd0; 28 }; 29 }
··· 23 24 meta = { 25 description = "Tool for recording, playing, editing, viewing and labeling of audio"; 26 + homepage = "https://www.speech.kth.se/wavesurfer/"; 27 license = lib.licenses.bsd0; 28 }; 29 }
+2 -2
pkgs/applications/misc/mkgmap/default.nix
··· 17 version = "4608"; 18 19 src = fetchurl { 20 - url = "http://www.mkgmap.org.uk/download/mkgmap-r${version}-src.tar.gz"; 21 sha256 = "uj/iZZHML4nqEKdFBQSDdegkalZFJdzEE4xQrOruEp0="; 22 }; 23 ··· 73 meta = with lib; { 74 description = "Create maps for Garmin GPS devices from OpenStreetMap (OSM) data"; 75 homepage = "http://www.mkgmap.org.uk"; 76 - downloadPage = "http://www.mkgmap.org.uk/download/mkgmap.html"; 77 license = licenses.gpl2Only; 78 maintainers = with maintainers; [ sikmir ]; 79 platforms = platforms.all;
··· 17 version = "4608"; 18 19 src = fetchurl { 20 + url = "https://www.mkgmap.org.uk/download/mkgmap-r${version}-src.tar.gz"; 21 sha256 = "uj/iZZHML4nqEKdFBQSDdegkalZFJdzEE4xQrOruEp0="; 22 }; 23 ··· 73 meta = with lib; { 74 description = "Create maps for Garmin GPS devices from OpenStreetMap (OSM) data"; 75 homepage = "http://www.mkgmap.org.uk"; 76 + downloadPage = "https://www.mkgmap.org.uk/download/mkgmap.html"; 77 license = licenses.gpl2Only; 78 maintainers = with maintainers; [ sikmir ]; 79 platforms = platforms.all;
+2 -2
pkgs/applications/misc/mkgmap/splitter/default.nix
··· 16 version = "598"; 17 18 src = fetchurl { 19 - url = "http://www.mkgmap.org.uk/download/splitter-r${version}-src.tar.gz"; 20 sha256 = "gpbJpDBXA9tmSmx9oKLa7xWtIOHBTYd1iPPgNTC2C2M="; 21 }; 22 ··· 69 meta = with lib; { 70 description = "Utility for splitting OpenStreetMap maps into tiles"; 71 homepage = "http://www.mkgmap.org.uk"; 72 - downloadPage = "http://www.mkgmap.org.uk/download/splitter.html"; 73 license = licenses.gpl2Only; 74 maintainers = with maintainers; [ sikmir ]; 75 platforms = platforms.all;
··· 16 version = "598"; 17 18 src = fetchurl { 19 + url = "https://www.mkgmap.org.uk/download/splitter-r${version}-src.tar.gz"; 20 sha256 = "gpbJpDBXA9tmSmx9oKLa7xWtIOHBTYd1iPPgNTC2C2M="; 21 }; 22 ··· 69 meta = with lib; { 70 description = "Utility for splitting OpenStreetMap maps into tiles"; 71 homepage = "http://www.mkgmap.org.uk"; 72 + downloadPage = "https://www.mkgmap.org.uk/download/splitter.html"; 73 license = licenses.gpl2Only; 74 maintainers = with maintainers; [ sikmir ]; 75 platforms = platforms.all;
+1 -1
pkgs/applications/misc/mkgmap/splitter/testinputs.nix
··· 2 let 3 fetchTestInput = { res, sha256 }: fetchurl { 4 inherit sha256; 5 - url = "http://www.mkgmap.org.uk/testinput/${res}"; 6 name = builtins.replaceStrings [ "/" ] [ "__" ] res; 7 }; 8 in
··· 2 let 3 fetchTestInput = { res, sha256 }: fetchurl { 4 inherit sha256; 5 + url = "https://www.mkgmap.org.uk/testinput/${res}"; 6 name = builtins.replaceStrings [ "/" ] [ "__" ] res; 7 }; 8 in
+1 -1
pkgs/applications/misc/mkgmap/testinputs.nix
··· 2 let 3 fetchTestInput = { res, sha256 }: fetchurl { 4 inherit sha256; 5 - url = "http://www.mkgmap.org.uk/testinput/${res}"; 6 name = builtins.replaceStrings [ "/" ] [ "__" ] res; 7 }; 8 in
··· 2 let 3 fetchTestInput = { res, sha256 }: fetchurl { 4 inherit sha256; 5 + url = "https://www.mkgmap.org.uk/testinput/${res}"; 6 name = builtins.replaceStrings [ "/" ] [ "__" ] res; 7 }; 8 in
+1 -1
pkgs/applications/networking/cluster/hadoop/default.nix
··· 109 ''; 110 111 meta = with lib; { 112 - homepage = "http://hadoop.apache.org/"; 113 description = "Framework for distributed processing of large data sets across clusters of computers"; 114 license = licenses.asl20; 115
··· 109 ''; 110 111 meta = with lib; { 112 + homepage = "https://hadoop.apache.org/"; 113 description = "Framework for distributed processing of large data sets across clusters of computers"; 114 license = licenses.asl20; 115
+1 -1
pkgs/applications/office/osmo/default.nix
··· 16 17 meta = with lib; { 18 description = "A handy personal organizer"; 19 - homepage = "http://clayo.org/osmo/"; 20 license = licenses.gpl2; 21 platforms = platforms.linux; 22 maintainers = with maintainers; [ pSub ];
··· 16 17 meta = with lib; { 18 description = "A handy personal organizer"; 19 + homepage = "https://clayo.org/osmo/"; 20 license = licenses.gpl2; 21 platforms = platforms.linux; 22 maintainers = with maintainers; [ pSub ];
+1 -1
pkgs/applications/science/logic/verifast/default.nix
··· 42 43 meta = { 44 description = "Verification for C and Java programs via separation logic"; 45 - homepage = "http://people.cs.kuleuven.be/~bart.jacobs/verifast/"; 46 license = lib.licenses.mit; 47 platforms = [ "x86_64-linux" ]; 48 maintainers = [ lib.maintainers.thoughtpolice ];
··· 42 43 meta = { 44 description = "Verification for C and Java programs via separation logic"; 45 + homepage = "https://people.cs.kuleuven.be/~bart.jacobs/verifast/"; 46 license = lib.licenses.mit; 47 platforms = [ "x86_64-linux" ]; 48 maintainers = [ lib.maintainers.thoughtpolice ];
+3 -3
pkgs/applications/science/math/nauty/default.nix
··· 6 pname = "nauty"; 7 version = "27r1"; 8 src = fetchurl { 9 - url = "http://pallini.di.uniroma1.it/nauty${version}.tar.gz"; 10 sha256 = "0xsfqfcknbd6g6wzpa5l7crmmk3bf3zjh37rhylq6b20dqcmvjkn"; 11 }; 12 outputs = [ "out" "dev" ]; ··· 37 # I'm not sure if the filename will remain the same for future changelog or 38 # if it will track changes to minor releases. Lets see. Better than nothing 39 # in any case. 40 - changelog = "http://pallini.di.uniroma1.it/changes24-27.txt"; 41 - homepage = "http://pallini.di.uniroma1.it/"; 42 }; 43 }
··· 6 pname = "nauty"; 7 version = "27r1"; 8 src = fetchurl { 9 + url = "https://pallini.di.uniroma1.it/nauty${version}.tar.gz"; 10 sha256 = "0xsfqfcknbd6g6wzpa5l7crmmk3bf3zjh37rhylq6b20dqcmvjkn"; 11 }; 12 outputs = [ "out" "dev" ]; ··· 37 # I'm not sure if the filename will remain the same for future changelog or 38 # if it will track changes to minor releases. Lets see. Better than nothing 39 # in any case. 40 + changelog = "https://pallini.di.uniroma1.it/changes24-27.txt"; 41 + homepage = "https://pallini.di.uniroma1.it/"; 42 }; 43 }
+1 -1
pkgs/applications/virtualization/bochs/default.nix
··· 134 enableParallelBuilding = true; 135 136 meta = with lib; { 137 - homepage = "http://bochs.sourceforge.io/"; 138 description = "An open-source IA-32 (x86) PC emulator"; 139 longDescription = '' 140 Bochs is an open-source (LGPL), highly portable IA-32 PC emulator, written
··· 134 enableParallelBuilding = true; 135 136 meta = with lib; { 137 + homepage = "https://bochs.sourceforge.io/"; 138 description = "An open-source IA-32 (x86) PC emulator"; 139 longDescription = '' 140 Bochs is an open-source (LGPL), highly portable IA-32 PC emulator, written
+2 -2
pkgs/data/fonts/terminus-font-ttf/default.nix
··· 5 in fetchzip { 6 name = "terminus-font-ttf-${version}"; 7 8 - url = "http://files.ax86.net/terminus-ttf/files/${version}/terminus-ttf-${version}.zip"; 9 10 postFetch = '' 11 unzip -j $downloadedFile ··· 26 Monospaced bitmap font designed for long work with computers 27 (TTF version, mainly for Java applications) 28 ''; 29 - homepage = "http://files.ax86.net/terminus-ttf"; 30 license = licenses.ofl; 31 maintainers = with maintainers; [ okasu ]; 32 };
··· 5 in fetchzip { 6 name = "terminus-font-ttf-${version}"; 7 8 + url = "https://files.ax86.net/terminus-ttf/files/${version}/terminus-ttf-${version}.zip"; 9 10 postFetch = '' 11 unzip -j $downloadedFile ··· 26 Monospaced bitmap font designed for long work with computers 27 (TTF version, mainly for Java applications) 28 ''; 29 + homepage = "https://files.ax86.net/terminus-ttf"; 30 license = licenses.ofl; 31 maintainers = with maintainers; [ okasu ]; 32 };
+1 -1
pkgs/development/compilers/terra/default.nix
··· 81 82 meta = with lib; { 83 description = "A low-level counterpart to Lua"; 84 - homepage = "http://terralang.org/"; 85 platforms = platforms.x86_64; 86 maintainers = with maintainers; [ jb55 seylerius thoughtpolice ]; 87 license = licenses.mit;
··· 81 82 meta = with lib; { 83 description = "A low-level counterpart to Lua"; 84 + homepage = "https://terralang.org/"; 85 platforms = platforms.x86_64; 86 maintainers = with maintainers; [ jb55 seylerius thoughtpolice ]; 87 license = licenses.mit;
+1 -1
pkgs/development/interpreters/io/default.nix
··· 59 60 meta = with lib; { 61 description = "Io programming language"; 62 - homepage = "http://iolanguage.org/"; 63 license = licenses.bsd3; 64 65 maintainers = with maintainers; [
··· 59 60 meta = with lib; { 61 description = "Io programming language"; 62 + homepage = "https://iolanguage.org/"; 63 license = licenses.bsd3; 64 65 maintainers = with maintainers; [
+1 -1
pkgs/development/libraries/libnetfilter_acct/default.nix
··· 13 buildInputs = [ libmnl ]; 14 15 meta = with lib; { 16 - homepage = "http://www.netfilter.org/projects/libnetfilter_acct/"; 17 description = "Userspace library providing interface to extended accounting infrastructure"; 18 license = licenses.gpl2; 19 platforms = platforms.linux;
··· 13 buildInputs = [ libmnl ]; 14 15 meta = with lib; { 16 + homepage = "https://www.netfilter.org/projects/libnetfilter_acct/"; 17 description = "Userspace library providing interface to extended accounting infrastructure"; 18 license = licenses.gpl2; 19 platforms = platforms.linux;
+1 -1
pkgs/development/libraries/libnetfilter_cthelper/default.nix
··· 20 library, you register, configure, enable and disable user-space helpers. This library 21 is used by conntrack-tools. 22 ''; 23 - homepage = "http://www.netfilter.org/projects/libnetfilter_cthelper/"; 24 license = lib.licenses.gpl2Plus; 25 platforms = lib.platforms.linux; 26 };
··· 20 library, you register, configure, enable and disable user-space helpers. This library 21 is used by conntrack-tools. 22 ''; 23 + homepage = "https://www.netfilter.org/projects/libnetfilter_cthelper/"; 24 license = lib.licenses.gpl2Plus; 25 platforms = lib.platforms.linux; 26 };
+1 -1
pkgs/development/libraries/libnetfilter_queue/default.nix
··· 13 buildInputs = [ libmnl libnfnetlink ]; 14 15 meta = with lib; { 16 - homepage = "http://www.netfilter.org/projects/libnetfilter_queue/"; 17 description = "Userspace API to packets queued by the kernel packet filter"; 18 license = licenses.gpl2; 19 platforms = platforms.linux;
··· 13 buildInputs = [ libmnl libnfnetlink ]; 14 15 meta = with lib; { 16 + homepage = "https://www.netfilter.org/projects/libnetfilter_queue/"; 17 description = "Userspace API to packets queued by the kernel packet filter"; 18 license = licenses.gpl2; 19 platforms = platforms.linux;
+1 -1
pkgs/development/libraries/libnfnetlink/default.nix
··· 23 This library is not meant as a public API for application developers. 24 It is only used by other netfilter.org projects, like the aforementioned ones. 25 ''; 26 - homepage = "http://www.netfilter.org/projects/libnfnetlink/index.html"; 27 license = lib.licenses.gpl2; 28 29 platforms = lib.platforms.linux;
··· 23 This library is not meant as a public API for application developers. 24 It is only used by other netfilter.org projects, like the aforementioned ones. 25 ''; 26 + homepage = "https://www.netfilter.org/projects/libnfnetlink/index.html"; 27 license = lib.licenses.gpl2; 28 29 platforms = lib.platforms.linux;
+1 -1
pkgs/development/libraries/librdf/raptor.nix
··· 16 17 meta = { 18 description = "The RDF Parser Toolkit"; 19 - homepage = "http://librdf.org/raptor"; 20 license = with lib.licenses; [ lgpl21 asl20 ]; 21 maintainers = [ lib.maintainers.marcweber ]; 22 platforms = lib.platforms.linux;
··· 16 17 meta = { 18 description = "The RDF Parser Toolkit"; 19 + homepage = "https://librdf.org/raptor"; 20 license = with lib.licenses; [ lgpl21 asl20 ]; 21 maintainers = [ lib.maintainers.marcweber ]; 22 platforms = lib.platforms.linux;
+1 -1
pkgs/development/libraries/librdf/raptor2.nix
··· 23 24 meta = { 25 description = "The RDF Parser Toolkit"; 26 - homepage = "http://librdf.org/raptor"; 27 license = with lib.licenses; [ lgpl21 asl20 ]; 28 maintainers = with lib.maintainers; [ marcweber ]; 29 platforms = lib.platforms.unix;
··· 23 24 meta = { 25 description = "The RDF Parser Toolkit"; 26 + homepage = "https://librdf.org/raptor"; 27 license = with lib.licenses; [ lgpl21 asl20 ]; 28 maintainers = with lib.maintainers; [ marcweber ]; 29 platforms = lib.platforms.unix;
+1 -1
pkgs/development/libraries/librdf/rasqal.nix
··· 22 23 meta = { 24 description = "Library that handles Resource Description Framework (RDF)"; 25 - homepage = "http://librdf.org/rasqal"; 26 license = with lib.licenses; [ lgpl21 asl20 ]; 27 maintainers = with lib.maintainers; [ marcweber ]; 28 platforms = lib.platforms.unix;
··· 22 23 meta = { 24 description = "Library that handles Resource Description Framework (RDF)"; 25 + homepage = "https://librdf.org/rasqal"; 26 license = with lib.licenses; [ lgpl21 asl20 ]; 27 maintainers = with lib.maintainers; [ marcweber ]; 28 platforms = lib.platforms.unix;
+1 -1
pkgs/development/libraries/librdf/redland.nix
··· 40 41 meta = with lib; { 42 description = "C libraries that provide support for the Resource Description Framework (RDF)"; 43 - homepage = "http://librdf.org/"; 44 platforms = platforms.unix; 45 license = licenses.asl20; 46 };
··· 40 41 meta = with lib; { 42 description = "C libraries that provide support for the Resource Description Framework (RDF)"; 43 + homepage = "https://librdf.org/"; 44 platforms = platforms.unix; 45 license = licenses.asl20; 46 };
+1 -1
pkgs/development/libraries/libroxml/default.nix
··· 7 sha256 = "0y0vc9n4rfbimjp28nx4kdfzz08j5xymh5xjy84l9fhfac5z5a0x"; 8 }; 9 meta = with lib; { 10 - homepage = "http://www.libroxml.net/"; 11 description = "This library is minimum, easy-to-use, C implementation for xml file parsing"; 12 license = licenses.lgpl3; 13 platforms = platforms.unix;
··· 7 sha256 = "0y0vc9n4rfbimjp28nx4kdfzz08j5xymh5xjy84l9fhfac5z5a0x"; 8 }; 9 meta = with lib; { 10 + homepage = "https://www.libroxml.net/"; 11 description = "This library is minimum, easy-to-use, C implementation for xml file parsing"; 12 license = licenses.lgpl3; 13 platforms = platforms.unix;
+1 -1
pkgs/development/libraries/libvmi/default.nix
··· 37 ''; 38 39 meta = with lib; { 40 - homepage = "http://libvmi.com/"; 41 description = "A C library for virtual machine introspection"; 42 longDescription = '' 43 LibVMI is a C library with Python bindings that makes it easy to monitor the low-level
··· 37 ''; 38 39 meta = with lib; { 40 + homepage = "https://libvmi.com/"; 41 description = "A C library for virtual machine introspection"; 42 longDescription = '' 43 LibVMI is a C library with Python bindings that makes it easy to monitor the low-level
+1 -1
pkgs/development/libraries/qt-4.x/4.8/default.nix
··· 229 dontStrip = stdenv.hostPlatform != stdenv.buildPlatform; 230 231 meta = { 232 - homepage = "http://qt-project.org/"; 233 description = "A cross-platform application framework for C++"; 234 license = lib.licenses.lgpl21Plus; # or gpl3 235 maintainers = with lib.maintainers; [ orivej lovek323 phreedom sander ];
··· 229 dontStrip = stdenv.hostPlatform != stdenv.buildPlatform; 230 231 meta = { 232 + homepage = "https://qt-project.org/"; 233 description = "A cross-platform application framework for C++"; 234 license = lib.licenses.lgpl21Plus; # or gpl3 235 maintainers = with lib.maintainers; [ orivej lovek323 phreedom sander ];
+1 -1
pkgs/development/libraries/raylib/default.nix
··· 47 48 meta = with lib; { 49 description = "A simple and easy-to-use library to enjoy videogames programming"; 50 - homepage = "http://www.raylib.com/"; 51 license = licenses.zlib; 52 maintainers = with maintainers; [ adamlwgriffiths ]; 53 platforms = platforms.linux;
··· 47 48 meta = with lib; { 49 description = "A simple and easy-to-use library to enjoy videogames programming"; 50 + homepage = "https://www.raylib.com/"; 51 license = licenses.zlib; 52 maintainers = with maintainers; [ adamlwgriffiths ]; 53 platforms = platforms.linux;
+1 -1
pkgs/development/libraries/snack/default.nix
··· 29 30 meta = { 31 description = "The Snack Sound Toolkit (Tcl)"; 32 - homepage = "http://www.speech.kth.se/snack/"; 33 license = lib.licenses.gpl2; 34 broken = true; 35 };
··· 29 30 meta = { 31 description = "The Snack Sound Toolkit (Tcl)"; 32 + homepage = "https://www.speech.kth.se/snack/"; 33 license = lib.licenses.gpl2; 34 broken = true; 35 };
+3 -3
pkgs/development/node-packages/node-packages.nix
··· 89128 buildInputs = globalBuildInputs; 89129 meta = { 89130 description = "Utility to inline images, CSS and JavaScript for a web page - useful for mobile sites"; 89131 - homepage = "http://github.com/remy/inliner"; 89132 license = "MIT"; 89133 }; 89134 production = true; ··· 90816 buildInputs = globalBuildInputs; 90817 meta = { 90818 description = "Static analysis tool for JavaScript"; 90819 - homepage = "http://jshint.com/"; 90820 license = "MIT"; 90821 }; 90822 production = true; ··· 103950 buildInputs = globalBuildInputs; 103951 meta = { 103952 description = "Production process manager for Node.JS applications with a built-in load balancer."; 103953 - homepage = "http://pm2.keymetrics.io/"; 103954 license = "AGPL-3.0"; 103955 }; 103956 production = true;
··· 89128 buildInputs = globalBuildInputs; 89129 meta = { 89130 description = "Utility to inline images, CSS and JavaScript for a web page - useful for mobile sites"; 89131 + homepage = "https://github.com/remy/inliner"; 89132 license = "MIT"; 89133 }; 89134 production = true; ··· 90816 buildInputs = globalBuildInputs; 90817 meta = { 90818 description = "Static analysis tool for JavaScript"; 90819 + homepage = "https://jshint.com/"; 90820 license = "MIT"; 90821 }; 90822 production = true; ··· 103950 buildInputs = globalBuildInputs; 103951 meta = { 103952 description = "Production process manager for Node.JS applications with a built-in load balancer."; 103953 + homepage = "https://pm2.keymetrics.io/"; 103954 license = "AGPL-3.0"; 103955 }; 103956 production = true;
+1 -1
pkgs/development/ocaml-modules/cudf/default.nix
··· 42 43 meta = with lib; { 44 description = "A library for CUDF format"; 45 - homepage = "http://www.mancoosi.org/cudf/"; 46 downloadPage = "https://gforge.inria.fr/projects/cudf/"; 47 license = licenses.lgpl3; 48 maintainers = with maintainers; [ superherointj ];
··· 42 43 meta = with lib; { 44 description = "A library for CUDF format"; 45 + homepage = "https://www.mancoosi.org/cudf/"; 46 downloadPage = "https://gforge.inria.fr/projects/cudf/"; 47 license = licenses.lgpl3; 48 maintainers = with maintainers; [ superherointj ];
+1 -1
pkgs/development/ocaml-modules/dose3/default.nix
··· 46 meta = with lib; { 47 description = "Dose library (part of Mancoosi tools)"; 48 downloadPage = "https://gitlab.com/irill/dose3/"; 49 - homepage = "http://www.mancoosi.org/software/"; 50 license = licenses.lgpl3Plus; 51 longDescription = '' 52 The dose suite provides libraries for handling package meta-data, and various tools for analyzing package relationships in a large package repository.
··· 46 meta = with lib; { 47 description = "Dose library (part of Mancoosi tools)"; 48 downloadPage = "https://gitlab.com/irill/dose3/"; 49 + homepage = "https://www.mancoosi.org/software/"; 50 license = licenses.lgpl3Plus; 51 longDescription = '' 52 The dose suite provides libraries for handling package meta-data, and various tools for analyzing package relationships in a large package repository.
+1 -1
pkgs/development/python-modules/autologging/default.nix
··· 11 }; 12 13 meta = with lib; { 14 - homepage = "http://ninthtest.info/python-autologging/"; 15 description = "Easier logging and tracing for Python classes"; 16 license = licenses.mit; 17 maintainers = with maintainers; [ twey ];
··· 11 }; 12 13 meta = with lib; { 14 + homepage = "https://ninthtest.info/python-autologging/"; 15 description = "Easier logging and tracing for Python classes"; 16 license = licenses.mit; 17 maintainers = with maintainers; [ twey ];
+1 -1
pkgs/development/python-modules/pweave/default.nix
··· 28 29 meta = with lib; { 30 description = "Scientific reports with embedded python computations with reST, LaTeX or markdown"; 31 - homepage = "http://mpastell.com/pweave/"; 32 license = licenses.bsd3; 33 }; 34
··· 28 29 meta = with lib; { 30 description = "Scientific reports with embedded python computations with reST, LaTeX or markdown"; 31 + homepage = "https://mpastell.com/pweave/"; 32 license = licenses.bsd3; 33 }; 34
+1 -1
pkgs/development/python-modules/pyfantom/default.nix
··· 16 doCheck = false; 17 18 meta = with lib; { 19 - homepage = "http://pyfantom.ni.fr.eu.org/"; 20 description = "Wrapper for the LEGO Mindstorms Fantom Driver"; 21 license = licenses.gpl2; 22 };
··· 16 doCheck = false; 17 18 meta = with lib; { 19 + homepage = "https://pyfantom.ni.fr.eu.org/"; 20 description = "Wrapper for the LEGO Mindstorms Fantom Driver"; 21 license = licenses.gpl2; 22 };
+1 -1
pkgs/development/python-modules/pyqtgraph/default.nix
··· 55 56 meta = with lib; { 57 description = "Scientific Graphics and GUI Library for Python"; 58 - homepage = "http://www.pyqtgraph.org/"; 59 changelog = "https://github.com/pyqtgraph/pyqtgraph/blob/master/CHANGELOG"; 60 license = licenses.mit; 61 platforms = platforms.unix;
··· 55 56 meta = with lib; { 57 description = "Scientific Graphics and GUI Library for Python"; 58 + homepage = "https://www.pyqtgraph.org/"; 59 changelog = "https://github.com/pyqtgraph/pyqtgraph/blob/master/CHANGELOG"; 60 license = licenses.mit; 61 platforms = platforms.unix;
+1 -1
pkgs/development/python-modules/python-uinput/default.nix
··· 16 17 meta = with lib; { 18 description = "Pythonic API to Linux uinput kernel module"; 19 - homepage = "http://tjjr.fi/sw/python-uinput/"; 20 license = licenses.gpl3Plus; 21 maintainers = with maintainers; [ abbradar ]; 22 };
··· 16 17 meta = with lib; { 18 description = "Pythonic API to Linux uinput kernel module"; 19 + homepage = "https://tjjr.fi/sw/python-uinput/"; 20 license = licenses.gpl3Plus; 21 maintainers = with maintainers; [ abbradar ]; 22 };
+1 -1
pkgs/development/python-modules/vispy/default.nix
··· 32 pythonImportsCheck = [ "vispy" ]; 33 34 meta = with lib; { 35 - homepage = "http://vispy.org/index.html"; 36 description = "Interactive scientific visualization in Python"; 37 license = licenses.bsd3; 38 maintainers = with maintainers; [ goertzenator ];
··· 32 pythonImportsCheck = [ "vispy" ]; 33 34 meta = with lib; { 35 + homepage = "https://vispy.org/index.html"; 36 description = "Interactive scientific visualization in Python"; 37 license = licenses.bsd3; 38 maintainers = with maintainers; [ goertzenator ];
+1 -1
pkgs/development/python-modules/xstatic-jquery-file-upload/default.nix
··· 19 propagatedBuildInputs = [ xstatic-jquery ]; 20 21 meta = with lib;{ 22 - homepage = "http://plugins.jquery.com/project/jQuery-File-Upload"; 23 description = "jquery-file-upload packaged static files for python"; 24 license = licenses.mit; 25 maintainers = with maintainers; [ makefu ];
··· 19 propagatedBuildInputs = [ xstatic-jquery ]; 20 21 meta = with lib;{ 22 + homepage = "https://plugins.jquery.com/project/jQuery-File-Upload"; 23 description = "jquery-file-upload packaged static files for python"; 24 license = licenses.mit; 25 maintainers = with maintainers; [ makefu ];
+1 -1
pkgs/development/tools/ammonite/default.nix
··· 66 with a lot of ergonomic improvements and configurability 67 that may be familiar to people coming from IDEs or other REPLs such as IPython or Zsh. 68 ''; 69 - homepage = "http://www.lihaoyi.com/Ammonite/"; 70 license = licenses.mit; 71 platforms = platforms.all; 72 maintainers = [ maintainers.nequissimus ];
··· 66 with a lot of ergonomic improvements and configurability 67 that may be familiar to people coming from IDEs or other REPLs such as IPython or Zsh. 68 ''; 69 + homepage = "https://www.lihaoyi.com/Ammonite/"; 70 license = licenses.mit; 71 platforms = platforms.all; 72 maintainers = [ maintainers.nequissimus ];
+1 -1
pkgs/development/tools/lattice-diamond/default.nix
··· 109 for cost- sensitive, low-power Lattice FPGA architectures. It is the 110 next-generation replacement for ispLEVER. 111 ''; 112 - homepage = "http://www.latticesemi.com/latticediamond"; 113 license = lib.licenses.unfree; 114 maintainers = with lib.maintainers; [ q3k ]; 115 platforms = [ "x86_64-linux" ];
··· 109 for cost- sensitive, low-power Lattice FPGA architectures. It is the 110 next-generation replacement for ispLEVER. 111 ''; 112 + homepage = "https://www.latticesemi.com/latticediamond"; 113 license = lib.licenses.unfree; 114 maintainers = with lib.maintainers; [ q3k ]; 115 platforms = [ "x86_64-linux" ];
+1 -1
pkgs/development/tools/ocaml/camlidl/default.nix
··· 2 3 let 4 pname = "camlidl"; 5 - webpage = "http://caml.inria.fr/pub/old_caml_site/camlidl/"; 6 in 7 stdenv.mkDerivation rec { 8 name = "${pname}-${version}";
··· 2 3 let 4 pname = "camlidl"; 5 + webpage = "https://caml.inria.fr/pub/old_caml_site/camlidl/"; 6 in 7 stdenv.mkDerivation rec { 8 name = "${pname}-${version}";
+1 -1
pkgs/development/web/remarkjs/node-packages.nix
··· 3674 buildInputs = globalBuildInputs; 3675 meta = { 3676 description = "Static analysis tool for JavaScript"; 3677 - homepage = "http://jshint.com/"; 3678 license = "MIT"; 3679 }; 3680 production = true;
··· 3674 buildInputs = globalBuildInputs; 3675 meta = { 3676 description = "Static analysis tool for JavaScript"; 3677 + homepage = "https://jshint.com/"; 3678 license = "MIT"; 3679 }; 3680 production = true;
+1 -1
pkgs/games/freedroidrpg/default.nix
··· 53 </para> 54 ''; 55 56 - homepage = "http://www.freedroid.org/"; 57 58 license = licenses.gpl2Plus; 59
··· 53 </para> 54 ''; 55 56 + homepage = "https://www.freedroid.org/"; 57 58 license = licenses.gpl2Plus; 59
+1 -1
pkgs/os-specific/linux/firmware/broadcom-bt-firmware/default.nix
··· 38 39 meta = with lib; { 40 description = "Firmware for Broadcom WIDCOMM® Bluetooth devices"; 41 - homepage = "http://www.catalog.update.microsoft.com/Search.aspx?q=Broadcom+bluetooth"; 42 license = licenses.unfree; 43 platforms = platforms.linux; 44 maintainers = with maintainers; [ zraexy ];
··· 38 39 meta = with lib; { 40 description = "Firmware for Broadcom WIDCOMM® Bluetooth devices"; 41 + homepage = "https://www.catalog.update.microsoft.com/Search.aspx?q=Broadcom+bluetooth"; 42 license = licenses.unfree; 43 platforms = platforms.linux; 44 maintainers = with maintainers; [ zraexy ];
+2 -2
pkgs/os-specific/linux/ipset/default.nix
··· 5 version = "7.14"; 6 7 src = fetchurl { 8 - url = "http://ipset.netfilter.org/${pname}-${version}.tar.bz2"; 9 sha256 = "sha256-JwMcNtNVkHAxzOQeZVU+mbsBPXYvzVU5L2PX6Edg+QA="; 10 }; 11 ··· 15 configureFlags = [ "--with-kmod=no" ]; 16 17 meta = with lib; { 18 - homepage = "http://ipset.netfilter.org/"; 19 description = "Administration tool for IP sets"; 20 license = licenses.gpl2; 21 platforms = platforms.linux;
··· 5 version = "7.14"; 6 7 src = fetchurl { 8 + url = "https://ipset.netfilter.org/${pname}-${version}.tar.bz2"; 9 sha256 = "sha256-JwMcNtNVkHAxzOQeZVU+mbsBPXYvzVU5L2PX6Edg+QA="; 10 }; 11 ··· 15 configureFlags = [ "--with-kmod=no" ]; 16 17 meta = with lib; { 18 + homepage = "https://ipset.netfilter.org/"; 19 description = "Administration tool for IP sets"; 20 license = licenses.gpl2; 21 platforms = platforms.linux;
+1 -1
pkgs/os-specific/windows/jom/default.nix
··· 24 ''; 25 26 meta = { 27 - homepage = "http://qt-project.org/wiki/jom"; 28 description = "Clone of nmake supporting multiple independent commands in parallel"; 29 license = lib.licenses.gpl2Plus; # Explicitly, GPLv2 or GPLv3, but not later. 30 };
··· 24 ''; 25 26 meta = { 27 + homepage = "https://qt-project.org/wiki/jom"; 28 description = "Clone of nmake supporting multiple independent commands in parallel"; 29 license = lib.licenses.gpl2Plus; # Explicitly, GPLv2 or GPLv3, but not later. 30 };
+2 -2
pkgs/servers/monitoring/munin/default.nix
··· 54 # needs to find a local perl module during build 55 PERL_USE_UNSAFE_INC = "1"; 56 57 - # TODO: tests are failing http://munin-monitoring.org/ticket/1390#comment:1 58 # NOTE: important, test command always exits with 0, think of a way to abort the build once tests pass 59 doCheck = false; 60 ··· 134 interface. Munin can help analyze resource trends and 'what just happened 135 to kill our performance?' problems. 136 ''; 137 - homepage = "http://munin-monitoring.org/"; 138 license = licenses.gpl2; 139 maintainers = [ maintainers.bjornfor ]; 140 platforms = platforms.linux;
··· 54 # needs to find a local perl module during build 55 PERL_USE_UNSAFE_INC = "1"; 56 57 + # TODO: tests are failing https://munin-monitoring.org/ticket/1390#comment:1 58 # NOTE: important, test command always exits with 0, think of a way to abort the build once tests pass 59 doCheck = false; 60 ··· 134 interface. Munin can help analyze resource trends and 'what just happened 135 to kill our performance?' problems. 136 ''; 137 + homepage = "https://munin-monitoring.org/"; 138 license = licenses.gpl2; 139 maintainers = [ maintainers.bjornfor ]; 140 platforms = platforms.linux;
+1 -1
pkgs/servers/nosql/aerospike/default.nix
··· 35 36 meta = with lib; { 37 description = "Flash-optimized, in-memory, NoSQL database"; 38 - homepage = "http://aerospike.com/"; 39 license = licenses.agpl3; 40 platforms = [ "x86_64-linux" ]; 41 maintainers = with maintainers; [ kalbasit ];
··· 35 36 meta = with lib; { 37 description = "Flash-optimized, in-memory, NoSQL database"; 38 + homepage = "https://aerospike.com/"; 39 license = licenses.agpl3; 40 platforms = [ "x86_64-linux" ]; 41 maintainers = with maintainers; [ kalbasit ];
+1 -1
pkgs/tools/misc/kermit/default.nix
··· 30 ''; 31 32 meta = with lib; { 33 - homepage = "http://www.kermitproject.org/ck90.html"; 34 description = "Portable Scriptable Network and Serial Communication Software"; 35 license = licenses.bsd3; 36 maintainers = with maintainers; [ pSub ];
··· 30 ''; 31 32 meta = with lib; { 33 + homepage = "https://www.kermitproject.org/ck90.html"; 34 description = "Portable Scriptable Network and Serial Communication Software"; 35 license = licenses.bsd3; 36 maintainers = with maintainers; [ pSub ];
+1 -1
pkgs/tools/package-management/holo-build/default.nix
··· 52 53 meta = with lib; { 54 description = "Cross-distribution system package compiler"; 55 - homepage = "http://holocm.org/"; 56 license = licenses.gpl3Plus; 57 maintainers = with maintainers; [ SuperSandro2000 ]; 58 };
··· 52 53 meta = with lib; { 54 description = "Cross-distribution system package compiler"; 55 + homepage = "https://holocm.org/"; 56 license = licenses.gpl3Plus; 57 maintainers = with maintainers; [ SuperSandro2000 ]; 58 };
+1 -1
pkgs/tools/text/jumanpp/default.nix
··· 20 plausibility of word sequences by using a recurrent neural network 21 language model (RNNLM). 22 ''; 23 - homepage = "http://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN++"; 24 license = licenses.asl20; 25 maintainers = with maintainers; [ mt-caret ]; 26 platforms = platforms.all;
··· 20 plausibility of word sequences by using a recurrent neural network 21 language model (RNNLM). 22 ''; 23 + homepage = "https://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN++"; 24 license = licenses.asl20; 25 maintainers = with maintainers; [ mt-caret ]; 26 platforms = platforms.all;
+3 -3
pkgs/tools/text/popfile/default.nix
··· 7 name = "${appname}-${version}"; 8 9 src = fetchzip { 10 - url = "http://getpopfile.org/downloads/${appname}-${version}.zip"; 11 sha256 = "0gcib9j7zxk8r2vb5dbdz836djnyfza36vi8215nxcdfx1xc7l63"; 12 stripRoot = false; 13 }; ··· 15 nativeBuildInputs = [ makeWrapper ]; 16 buildInputs = (with perlPackages; [ 17 ## These are all taken from the popfile documentation as applicable to Linux 18 - ## http://getpopfile.org/docs/howtos:allplatformsrequireperl 19 perl 20 DBI 21 DBDSQLite ··· 54 55 # Should work on macOS, but havent tested it. 56 # Windows support is more complicated. 57 - # http://getpopfile.org/docs/faq:systemrequirements 58 platforms = lib.platforms.linux; 59 }; 60 }
··· 7 name = "${appname}-${version}"; 8 9 src = fetchzip { 10 + url = "https://getpopfile.org/downloads/${appname}-${version}.zip"; 11 sha256 = "0gcib9j7zxk8r2vb5dbdz836djnyfza36vi8215nxcdfx1xc7l63"; 12 stripRoot = false; 13 }; ··· 15 nativeBuildInputs = [ makeWrapper ]; 16 buildInputs = (with perlPackages; [ 17 ## These are all taken from the popfile documentation as applicable to Linux 18 + ## https://getpopfile.org/docs/howtos:allplatformsrequireperl 19 perl 20 DBI 21 DBDSQLite ··· 54 55 # Should work on macOS, but havent tested it. 56 # Windows support is more complicated. 57 + # https://getpopfile.org/docs/faq:systemrequirements 58 platforms = lib.platforms.linux; 59 }; 60 }
+1 -1
pkgs/tools/video/vnc2flv/default.nix
··· 14 15 meta = { 16 description = "Tool to record VNC sessions to Flash Video"; 17 - homepage = "http://www.unixuser.org/~euske/python/vnc2flv/"; 18 license = lib.licenses.mit; 19 }; 20 }
··· 14 15 meta = { 16 description = "Tool to record VNC sessions to Flash Video"; 17 + homepage = "https://www.unixuser.org/~euske/python/vnc2flv/"; 18 license = lib.licenses.mit; 19 }; 20 }