pythonPackages.pymetar: fix license

This commit is contained in:
Andrey Golovizin 2018-09-05 22:26:25 +02:00
parent 318c9296fa
commit 085cc29323

View File

@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A command-line tool to show the weather report by a given station ID";
homepage = http://www.schwarzvogel.de/software/pymetar.html;
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ erosennin ];
};
}