iso-codes: update homepage + add license

This commit is contained in:
Markus Kowalewski 2018-09-02 20:13:36 +02:00
parent 96dc7a1c54
commit e8c6b0f763
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -17,9 +17,9 @@ stdenv.mkDerivation rec {
buildInputs = [ gettext python3 ];
meta = with stdenv.lib; {
homepage = http://pkg-isocodes.alioth.debian.org/;
homepage = https://salsa.debian.org/iso-codes-team/iso-codes;
description = "Various ISO codes packaged as XML files";
maintainers = [ ];
license = licenses.lgpl21;
platforms = platforms.all;
};
}