git-delete-merged-branches: update license

This commit is contained in:
Sandro Jäckel 2021-02-12 04:16:58 +01:00
parent b2bc6ccc65
commit d32b77bacc
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; {
description = "Command-line tool to delete merged Git branches";
homepage = "https://pypi.org/project/git-delete-merged-branches/";
license = licenses.gpl3;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ SuperSandro2000 ];
};
}