Unverified Commit 1863301f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.mechanize: specify license

parent 1fcdc3f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    description = "Stateful programmatic web browsing in Python";
    homepage = "https://github.com/python-mechanize/mechanize";
    changelog = "https://github.com/python-mechanize/mechanize/blob/v${version}/ChangeLog";
    license = "BSD-style";
    license = licenses.bsd3;
    maintainers = with maintainers; [ ];
  };
}