libcue: clarify license

This commit is contained in:
Alyssa Ross
2023-01-17 18:06:45 +00:00
parent 29dfae7f7b
commit 39ca460d26

View File

@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
available.
'';
homepage = "https://github.com/lipnitsk/libcue";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ astsmtl ];
platforms = platforms.linux ++ platforms.darwin;
};