pgadmin: minor bugfix in version string
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
709cc7066b
commit
0c8e4f4f19
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ pythonPackages.buildPythonApplication rec {
|
|||
description = "Administration and development platform for PostgreSQL";
|
||||
homepage = "https://www.pgadmin.org/";
|
||||
license = licenses.mit;
|
||||
changelog = "https://www.pgadmin.org/docs/pgadmin4/latest/release_notes_${lib.versions.major}_${versions.minor}.html";
|
||||
changelog = "https://www.pgadmin.org/docs/pgadmin4/latest/release_notes_${lib.versions.major version}_${lib.versions.minor version}.html";
|
||||
maintainers = with maintainers; [ gador ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue