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

Merge pull request #249183 from fabaff/awesomeversion-bump

python311Packages.awesomeversion: add changelog to meta
parents e61fa374 a306dbd8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "ludeeus";
    repo = pname;
    rev = version;
    rev = "refs/tags/${version}";
    hash = "sha256-3bHE3U4MM/fQM9zBYfoLpAObay82vchjX9FpJukMGNg=";
  };

@@ -41,6 +41,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python module to deal with versions";
    homepage = "https://github.com/ludeeus/awesomeversion";
    changelog = "https://github.com/ludeeus/awesomeversion/releases/tag/${version}";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ fab ];
  };