urweb: add myself as maintainer (#527070)

This commit is contained in:
Silvan Mosberger
2026-06-24 07:27:19 +00:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -4203,6 +4203,13 @@
githubId = 18356186;
name = "Gabriela Moreira";
};
buggymcbugfix = {
email = "nix@vilem.net";
github = "buggymcbugfix";
matrix = "@buggymcbugfix:matrix.org";
githubId = 17603372;
name = "Vilem Liepelt";
};
bugworm = {
email = "bugworm@zoho.com";
github = "bugworm";
+1
View File
@@ -76,6 +76,7 @@ stdenv.mkDerivation rec {
license = lib.licenses.bsd3;
platforms = lib.platforms.linux ++ lib.platforms.darwin;
maintainers = [
lib.maintainers.buggymcbugfix
lib.maintainers.thoughtpolice
lib.maintainers.sheganinans
];