Merge pull request #318124 from jeremyschlatter/libgit2-gpl2-only
This commit is contained in:
commit
4bfeddcd79
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user