pythonPackages.pymetar: fix license
This commit is contained in:
parent
318c9296fa
commit
085cc29323
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user