tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
gotify-desktop: add maintainer genofire (me)
genofire
4 years ago
39d1d189
110930ee
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
gotify-desktop
default.nix
+1
-1
pkgs/tools/misc/gotify-desktop/default.nix
···
21
21
description = "Small Gotify daemon to send messages as desktop notifications";
22
22
homepage = "https://github.com/desbma/gotify-desktop";
23
23
license = licenses.gpl3Plus;
24
24
-
maintainers = [ maintainers.bryanasdev000 ];
24
24
+
maintainers = with maintainers; [ bryanasdev000 genofire ];
25
25
};
26
26
}