python312Packages.flask-versioned: normalize pname

This commit is contained in:
Felix Buehler 2024-03-13 19:52:15 +01:00
parent c225dce6e7
commit 5e337061e2
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ lib, buildPythonPackage, fetchFromGitHub, flask }:
buildPythonPackage rec {
pname = "Flask-Versioned";
pname = "flask-versioned";
version = "0.9.4-20101221";
src = fetchFromGitHub {
@ -20,4 +20,3 @@ buildPythonPackage rec {
maintainers = with maintainers; [ ];
};
}