summary refs log tree commit diff
path: root/pkgs/applications/audio/crip/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/crip/default.nix')
-rw-r--r--pkgs/applications/audio/crip/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/crip/default.nix b/pkgs/applications/audio/crip/default.nix
index d635dce83f4..d41ebed0960 100644
--- a/pkgs/applications/audio/crip/default.nix
+++ b/pkgs/applications/audio/crip/default.nix
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = "http://bach.dynet.com/crip/";
     description = "Terminal-based ripper/encoder/tagger tool for creating Ogg Vorbis/FLAC files";
-    license = lib.licenses.gpl1;
+    license = lib.licenses.gpl1Only;
     platforms = lib.platforms.linux;
     maintainers = [ maintainers.endgame ];
   };