multimon-ng: fix license, add maintainer

This commit is contained in:
Markus Kowalewski 2021-02-01 13:11:38 +01:00
parent bbc0f1cbb3
commit 24cbe98bbc
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -37,7 +37,8 @@ stdenv.mkDerivation {
ZVEI3 DZVEI PZVEI EEA EIA CCIR MORSE CW
'';
homepage = "https://github.com/EliasOenal/multimon-ng";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = [ maintainers.markuskowa ];
};
}