treewide: unquote homepage in my packages
I don't like this personally but we have #27809 as a precedent.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user