mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
python313Packages.simplekv: Add bbenne10 as maintainer
This commit is contained in:
parent
613cca1638
commit
01b6a6d00f
1 changed files with 4 additions and 1 deletions
|
@ -67,6 +67,9 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/mbr/simplekv";
|
homepage = "https://github.com/mbr/simplekv";
|
||||||
changelog = "https://github.com/mbr/simplekv/releases/tag/${version}";
|
changelog = "https://github.com/mbr/simplekv/releases/tag/${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [
|
||||||
|
fab
|
||||||
|
bbenne10
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue