gammu: specify license

This commit is contained in:
Fabian Affolter
2025-10-08 16:39:09 +02:00
parent dc6177da78
commit 6e1508df7d
+1 -1
View File
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://wammu.eu/gammu/";
description = "Command line utility and library to control mobile phones";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = [ maintainers.coroa ];
};