mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.lxmf: add drupol as maintainer
(cherry picked from commit 93103b5685)
This commit is contained in:
parent
4b1788910e
commit
e5f4e073df
1 changed files with 4 additions and 1 deletions
|
|
@ -34,7 +34,10 @@ buildPythonPackage (finalAttrs: {
|
|||
# Reticulum License
|
||||
# https://github.com/markqvist/LXMF/blob/master/LICENSE
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
maintainers = with lib.maintainers; [
|
||||
drupol
|
||||
fab
|
||||
];
|
||||
mainProgram = "lxmd";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue