lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: unquote homepage in my packages

I don't like this personally but we have #27809 as a precedent.

+14 -14
+1 -1
pkgs/applications/misc/cura/default.nix
··· 28 28 29 29 meta = with lib; { 30 30 description = "3D printer / slicing GUI built on top of the Uranium framework"; 31 - homepage = "https://github.com/Ultimaker/Cura"; 31 + homepage = https://github.com/Ultimaker/Cura; 32 32 license = licenses.agpl3; 33 33 platforms = platforms.linux; 34 34 maintainers = with maintainers; [ abbradar ];
+1 -1
pkgs/applications/misc/curaengine/default.nix
··· 18 18 19 19 meta = with stdenv.lib; { 20 20 description = "A powerful, fast and robust engine for processing 3D models into 3D printing instruction"; 21 - homepage = "https://github.com/Ultimaker/CuraEngine"; 21 + homepage = https://github.com/Ultimaker/CuraEngine; 22 22 license = licenses.agpl3; 23 23 platforms = platforms.linux; 24 24 maintainers = with maintainers; [ abbradar ];
+1 -1
pkgs/applications/science/math/cntk/default.nix
··· 91 91 enableParallelBuilding = false; 92 92 93 93 meta = with lib; { 94 - homepage = "https://github.com/Microsoft/CNTK"; 94 + homepage = https://github.com/Microsoft/CNTK; 95 95 description = "An open source deep-learning toolkit"; 96 96 license = if onebitSGDSupport then licenses.unfreeRedistributable else licenses.mit; 97 97 maintainers = with maintainers; [ abbradar ];
+1 -1
pkgs/applications/science/math/mxnet/default.nix
··· 36 36 37 37 meta = with stdenv.lib; { 38 38 description = "Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler"; 39 - homepage = "https://mxnet.incubator.apache.org/"; 39 + homepage = https://mxnet.incubator.apache.org/; 40 40 maintainers = with maintainers; [ abbradar ]; 41 41 license = licenses.asl20; 42 42 platforms = platforms.linux;
+1 -1
pkgs/development/python-modules/hmmlearn/default.nix
··· 16 16 17 17 meta = with lib; { 18 18 description = "Hidden Markov Models in Python with scikit-learn like API"; 19 - homepage = "https://github.com/hmmlearn/hmmlearn"; 19 + homepage = https://github.com/hmmlearn/hmmlearn; 20 20 license = licenses.bsd3; 21 21 maintainers = with maintainers; [ abbradar ]; 22 22 platforms = platforms.unix;
+1 -1
pkgs/development/python-modules/plyfile/default.nix
··· 15 15 16 16 meta = with lib; { 17 17 description = "NumPy-based text/binary PLY file reader/writer for Python"; 18 - homepage = "https://github.com/dranjan/python-plyfile"; 18 + homepage = https://github.com/dranjan/python-plyfile; 19 19 maintainers = with maintainers; [ abbradar ]; 20 20 }; 21 21
+3 -3
pkgs/development/python-modules/pychromecast/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "PyChromecast"; 5 - version = "1.0.3"; 5 + version = "2.0.0"; 6 6 name = pname + "-" + version; 7 7 8 8 src = fetchurl { 9 9 url = "mirror://pypi/p/pychromecast/${name}.tar.gz"; 10 - sha256 = "714a9e03e6a258081e3b6296ed15592e015facbe38bbe60819cca6f04c599f25"; 10 + sha256 = "1cp1ssfb8zk4sz74nsnf72b7dd5fzkwc4qdgc7rq8nfr4v611w6c"; 11 11 }; 12 12 13 13 propagatedBuildInputs = [ requests six zeroconf protobuf ]; 14 14 15 15 meta = with lib; { 16 16 description = "Library for Python 2 and 3 to communicate with the Google Chromecast"; 17 - homepage = "https://github.com/balloob/pychromecast"; 17 + homepage = https://github.com/balloob/pychromecast; 18 18 license = licenses.mit; 19 19 maintainers = with maintainers; [ abbradar ]; 20 20 platforms = platforms.linux;
+2 -2
pkgs/development/python-modules/regex/default.nix
··· 15 15 16 16 meta = { 17 17 description = "Alternative regular expression module, to replace re"; 18 - homepage = "https://bitbucket.org/mrabarnett/mrab-regex"; 18 + homepage = https://bitbucket.org/mrabarnett/mrab-regex; 19 19 license = lib.licenses.psfl; 20 20 platforms = lib.platforms.linux; 21 21 maintainers = with lib.maintainers; [ abbradar ]; 22 22 }; 23 - } 23 + }
+1 -1
pkgs/development/python-modules/sphfile/default.nix
··· 16 16 17 17 meta = with lib; { 18 18 description = "Numpy-based NIST SPH audio-file reader"; 19 - homepage = "https://github.com/mcfletch/sphfile"; 19 + homepage = https://github.com/mcfletch/sphfile; 20 20 license = licenses.mit; 21 21 maintainers = with maintainers; [ abbradar ]; 22 22 platforms = platforms.unix;
+1 -1
pkgs/development/python-modules/uranium/default.nix
··· 30 30 31 31 meta = with stdenv.lib; { 32 32 description = "A Python framework for building Desktop applications"; 33 - homepage = "https://github.com/Ultimaker/Uranium"; 33 + homepage = https://github.com/Ultimaker/Uranium; 34 34 license = licenses.agpl3; 35 35 platforms = platforms.linux; 36 36 maintainers = with maintainers; [ abbradar ];
+1 -1
pkgs/top-level/perl-packages.nix
··· 11035 11035 # tests fail; look unfinished 11036 11036 doCheck = false; 11037 11037 meta = { 11038 - homepage = "http://ludovic.rousseau.free.fr/softwares/pcsc-perl/"; 11038 + homepage = http://ludovic.rousseau.free.fr/softwares/pcsc-perl/; 11039 11039 description = "Communicate with a smart card using PC/SC"; 11040 11040 license = stdenv.lib.licenses.gpl2Plus; 11041 11041 maintainers = with maintainers; [ abbradar ];