tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
go-landlock: remove tomfitzhenry as maintainer
Tom Fitzhenry
9 months ago
acb0aca8
7c859e43
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
go
go-landlock
package.nix
+1
-1
pkgs/by-name/go/go-landlock/package.nix
···
26
description = "Go library for the Linux Landlock sandboxing feature";
27
homepage = "https://github.com/landlock-lsm/go-landlock";
28
license = lib.licenses.mit;
29
-
maintainers = with lib.maintainers; [ tomfitzhenry ];
30
};
31
}
···
26
description = "Go library for the Linux Landlock sandboxing feature";
27
homepage = "https://github.com/landlock-lsm/go-landlock";
28
license = lib.licenses.mit;
29
+
maintainers = [ ];
30
};
31
}