Merge pull request #318124 from jeremyschlatter/libgit2-gpl2-only

This commit is contained in:
Sandro 2024-06-10 13:03:13 +02:00 committed by GitHub
commit 4bfeddcd79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
description = "Linkable library implementation of Git that you can use in your application";
mainProgram = "git2";
homepage = "https://libgit2.org/";
license = licenses.gpl2Plus;
license = licenses.gpl2Only;
platforms = platforms.all;
maintainers = with maintainers; [ SuperSandro2000 ];
};