pythonPackages.pymetar: fix license
This commit is contained in:
@@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A command-line tool to show the weather report by a given station ID";
|
description = "A command-line tool to show the weather report by a given station ID";
|
||||||
homepage = http://www.schwarzvogel.de/software/pymetar.html;
|
homepage = http://www.schwarzvogel.de/software/pymetar.html;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ erosennin ];
|
maintainers = with maintainers; [ erosennin ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user