summary refs log tree commit diff
path: root/pkgs/development/scheme-modules
diff options
context:
space:
mode:
authorEthan Edwards <ethan@ethancedwards.com>2021-06-12 01:18:36 -0400
committerEthan Edwards <ethan@ethancedwards.com>2021-06-12 01:18:36 -0400
commit4f6518d8ff00ba2cff2947130194e639298250c7 (patch)
treeebcfe0c83dbd6d34ef9aa7b7aef10324e67d123d /pkgs/development/scheme-modules
parent0dd23e26108575c48c46ba994b6a4aaa92904b60 (diff)
downloadnixpkgs-4f6518d8ff00ba2cff2947130194e639298250c7.tar
nixpkgs-4f6518d8ff00ba2cff2947130194e639298250c7.tar.gz
nixpkgs-4f6518d8ff00ba2cff2947130194e639298250c7.tar.bz2
nixpkgs-4f6518d8ff00ba2cff2947130194e639298250c7.tar.lz
nixpkgs-4f6518d8ff00ba2cff2947130194e639298250c7.tar.xz
nixpkgs-4f6518d8ff00ba2cff2947130194e639298250c7.tar.zst
nixpkgs-4f6518d8ff00ba2cff2947130194e639298250c7.zip
Fix GPLv3Plus license
Diffstat (limited to 'pkgs/development/scheme-modules')
-rw-r--r--pkgs/development/scheme-modules/scheme-bytestructures/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/scheme-modules/scheme-bytestructures/default.nix b/pkgs/development/scheme-modules/scheme-bytestructures/default.nix
index 3f1fd2b68a3..545c9e165a1 100644
--- a/pkgs/development/scheme-modules/scheme-bytestructures/default.nix
+++ b/pkgs/development/scheme-modules/scheme-bytestructures/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Structured access to bytevector contents";
     homepage = "https://github.com/TaylanUB/scheme-bytestructures";
-    license = licenses.gpl3;
+    license = licenses.gpl3Plus;
     maintainers = with maintainers; [ ethancedwards8 ];
     platforms = platforms.linux;
   };