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

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 ];
};
}