mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
git-crypt: change license from gpl3 to gpl3Plus (#543738)
This commit is contained in:
@@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
entire repository.
|
||||
'';
|
||||
downloadPage = "https://github.com/AGWA/git-crypt/releases";
|
||||
license = lib.licenses.gpl3;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ dochang ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "git-crypt";
|
||||
|
||||
Reference in New Issue
Block a user