mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.lxmf: add drupol as maintainer
This commit is contained in:
parent
5647c8b083
commit
93103b5685
1 changed files with 4 additions and 1 deletions
|
|
@ -49,7 +49,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