Fix GPLv3Plus license

This commit is contained in:
Ethan Edwards 2021-06-12 01:18:36 -04:00
parent 0dd23e2610
commit 4f6518d8ff
No known key found for this signature in database
GPG key ID: F1AD8EEE1366610B

View file

@ -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;
};