tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
plausible: take take-plausible-maintainership
Alexander Sieg
2 years ago
8edee82b
8f650600
+2
-2
2 changed files
expand all
collapse all
unified
split
nixos
modules
services
web-apps
plausible.nix
pkgs
servers
web-apps
plausible
default.nix
+1
-1
nixos/modules/services/web-apps/plausible.nix
···
329
];
330
};
331
332
-
meta.maintainers = with maintainers; [ ];
333
meta.doc = ./plausible.md;
334
}
···
329
];
330
};
331
332
+
meta.maintainers = with maintainers; [ xanderio ];
333
meta.doc = ./plausible.md;
334
}
+1
-1
pkgs/servers/web-apps/plausible/default.nix
···
89
changelog = "https://github.com/plausible/analytics/blob/${src.rev}/CHANGELOG.md";
90
description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics";
91
mainProgram = "plausible";
92
-
maintainers = with maintainers; [ ];
93
platforms = platforms.unix;
94
};
95
}
···
89
changelog = "https://github.com/plausible/analytics/blob/${src.rev}/CHANGELOG.md";
90
description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics";
91
mainProgram = "plausible";
92
+
maintainers = with maintainers; [ xanderio ];
93
platforms = platforms.unix;
94
};
95
}