maintainers: 1000101 -> _1000101

This commit is contained in:
zowoq 2020-07-29 20:57:20 +10:00
parent 7d9c49f8e6
commit 0052523a18
21 changed files with 21 additions and 22 deletions

View file

@ -33,7 +33,7 @@ let
in {
name = "dokuwiki";
meta = with pkgs.stdenv.lib; {
maintainers = with maintainers; [ maintainers."1000101" ];
maintainers = with maintainers; [ _1000101 ];
};
machine = { ... }: {
services.dokuwiki."site1.local" = {