mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
gnome-feeds: add aleksana as maintainer
This commit is contained in:
parent
6c895ffbe9
commit
46653e0019
|
@ -86,7 +86,10 @@ python3.pkgs.buildPythonApplication rec {
|
|||
mainProgram = "gfeeds";
|
||||
homepage = "https://gitlab.gnome.org/World/gfeeds";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = [ lib.maintainers.pbogdan ];
|
||||
maintainers = with lib.maintainers; [
|
||||
pbogdan
|
||||
aleksana
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue