about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/ciopfs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/filesystems/ciopfs/default.nix')
-rw-r--r--pkgs/tools/filesystems/ciopfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/ciopfs/default.nix b/pkgs/tools/filesystems/ciopfs/default.nix
index 31311756ab472..56de051012bd3 100644
--- a/pkgs/tools/filesystems/ciopfs/default.nix
+++ b/pkgs/tools/filesystems/ciopfs/default.nix
@@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
 
   meta = {
     homepage = "https://www.brain-dump.org/projects/ciopfs/";
-    description = "A case-insensitive filesystem layered on top of any other filesystem";
-    license = lib.licenses.gpl2;
+    description = "Case-insensitive filesystem layered on top of any other filesystem";
+    license = lib.licenses.gpl2Only;
     platforms = lib.platforms.linux;
   };
 }