Unverified Commit 62792b23 authored by Tom Hunze's avatar Tom Hunze
Browse files

breezy: fix license

parent e78c8f82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ buildPythonPackage rec {
    description = "Friendly distributed version control system";
    homepage = "https://www.breezy-vcs.org/";
    changelog = "https://github.com/breezy-team/breezy/blob/${src.tag}/doc/en/release-notes/brz-${lib.versions.majorMinor version}.txt";
    license = lib.licenses.gpl2Only;
    license = lib.licenses.gpl2Plus;
    maintainers = [ ];
    mainProgram = "brz";
  };