treewide: unquote homepage in my packages

I don't like this personally but we have #27809 as a precedent.
This commit is contained in:
Nikolay Amiantov 2018-02-25 19:47:45 +03:00
parent ab7a07f73b
commit 08f8ad26b3
11 changed files with 14 additions and 14 deletions

View file

@ -28,7 +28,7 @@ mkDerivation rec {
meta = with lib; {
description = "3D printer / slicing GUI built on top of the Uranium framework";
homepage = "https://github.com/Ultimaker/Cura";
homepage = https://github.com/Ultimaker/Cura;
license = licenses.agpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A powerful, fast and robust engine for processing 3D models into 3D printing instruction";
homepage = "https://github.com/Ultimaker/CuraEngine";
homepage = https://github.com/Ultimaker/CuraEngine;
license = licenses.agpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];

View file

@ -91,7 +91,7 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = false;
meta = with lib; {
homepage = "https://github.com/Microsoft/CNTK";
homepage = https://github.com/Microsoft/CNTK;
description = "An open source deep-learning toolkit";
license = if onebitSGDSupport then licenses.unfreeRedistributable else licenses.mit;
maintainers = with maintainers; [ abbradar ];

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler";
homepage = "https://mxnet.incubator.apache.org/";
homepage = https://mxnet.incubator.apache.org/;
maintainers = with maintainers; [ abbradar ];
license = licenses.asl20;
platforms = platforms.linux;

View file

@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Hidden Markov Models in Python with scikit-learn like API";
homepage = "https://github.com/hmmlearn/hmmlearn";
homepage = https://github.com/hmmlearn/hmmlearn;
license = licenses.bsd3;
maintainers = with maintainers; [ abbradar ];
platforms = platforms.unix;

View file

@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "NumPy-based text/binary PLY file reader/writer for Python";
homepage = "https://github.com/dranjan/python-plyfile";
homepage = https://github.com/dranjan/python-plyfile;
maintainers = with maintainers; [ abbradar ];
};

View file

@ -2,19 +2,19 @@
buildPythonPackage rec {
pname = "PyChromecast";
version = "1.0.3";
version = "2.0.0";
name = pname + "-" + version;
src = fetchurl {
url = "mirror://pypi/p/pychromecast/${name}.tar.gz";
sha256 = "714a9e03e6a258081e3b6296ed15592e015facbe38bbe60819cca6f04c599f25";
sha256 = "1cp1ssfb8zk4sz74nsnf72b7dd5fzkwc4qdgc7rq8nfr4v611w6c";
};
propagatedBuildInputs = [ requests six zeroconf protobuf ];
meta = with lib; {
description = "Library for Python 2 and 3 to communicate with the Google Chromecast";
homepage = "https://github.com/balloob/pychromecast";
homepage = https://github.com/balloob/pychromecast;
license = licenses.mit;
maintainers = with maintainers; [ abbradar ];
platforms = platforms.linux;

View file

@ -15,9 +15,9 @@ buildPythonPackage rec {
meta = {
description = "Alternative regular expression module, to replace re";
homepage = "https://bitbucket.org/mrabarnett/mrab-regex";
homepage = https://bitbucket.org/mrabarnett/mrab-regex;
license = lib.licenses.psfl;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ abbradar ];
};
}
}

View file

@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Numpy-based NIST SPH audio-file reader";
homepage = "https://github.com/mcfletch/sphfile";
homepage = https://github.com/mcfletch/sphfile;
license = licenses.mit;
maintainers = with maintainers; [ abbradar ];
platforms = platforms.unix;

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A Python framework for building Desktop applications";
homepage = "https://github.com/Ultimaker/Uranium";
homepage = https://github.com/Ultimaker/Uranium;
license = licenses.agpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];

View file

@ -11035,7 +11035,7 @@ let self = _self // overrides; _self = with self; {
# tests fail; look unfinished
doCheck = false;
meta = {
homepage = "http://ludovic.rousseau.free.fr/softwares/pcsc-perl/";
homepage = http://ludovic.rousseau.free.fr/softwares/pcsc-perl/;
description = "Communicate with a smart card using PC/SC";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with maintainers; [ abbradar ];