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