gerbv: specify license

This commit is contained in:
Fabian Affolter 2023-05-31 08:59:23 +02:00 committed by GitHub
parent da2658d2c9
commit dd0a325d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/gerbv/gerbv/releases/tag/v${version}";
maintainers = with maintainers; [ mog ];
platforms = platforms.unix;
license = licenses.gpl2;
license = licenses.gpl2Plus;
};
}