mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
apostrophe: add aleksana as maintainers
This commit is contained in:
parent
95d941d416
commit
ca30363956
@ -109,7 +109,10 @@ python3Packages.buildPythonApplication rec {
|
||||
description = "A distraction free Markdown editor for GNU/Linux";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ sternenseemann ];
|
||||
maintainers = with lib.maintainers; [
|
||||
sternenseemann
|
||||
aleksana
|
||||
];
|
||||
mainProgram = "apostrophe";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user