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

@@ -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;