maintainers: cvengler → cve (#549058)

This commit is contained in:
isabel
2026-08-05 08:14:01 +00:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5958,7 +5958,7 @@
name = "Serg Nesterov";
keys = [ { fingerprint = "6E7D BA30 DB5D BA60 693C 3BE3 1512 F6EB 84AE CC8C"; } ];
};
cvengler = {
cve = {
name = "Clara Engler";
github = "cvengler";
githubId = 12272949;
+1 -1
View File
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "JavaScript engine written in Zig";
license = lib.licenses.mit;
homepage = "https://kiesel.dev";
maintainers = with lib.maintainers; [ cvengler ];
maintainers = with lib.maintainers; [ cve ];
platforms = lib.platforms.all;
mainProgram = "kiesel";
};
+1 -1
View File
@@ -24,7 +24,7 @@ clangStdenv.mkDerivation (finalAttrs: {
description = "Free implementation of the Border Gateway Protocol, Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol";
license = lib.licenses.isc;
homepage = "http://www.openbgpd.org/";
maintainers = with lib.maintainers; [ cvengler ];
maintainers = with lib.maintainers; [ cve ];
platforms = lib.platforms.linux;
};
})