tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
containerlab: remove aaronjheng from maintainers
Aaron Jheng
4 months ago
2b182956
6c745714
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
co
containerlab
package.nix
+1
-1
pkgs/by-name/co/containerlab/package.nix
···
59
59
changelog = "https://github.com/srl-labs/containerlab/releases/tag/v${finalAttrs.version}";
60
60
license = lib.licenses.bsd3;
61
61
platforms = lib.platforms.linux;
62
62
-
maintainers = with lib.maintainers; [ aaronjheng ];
62
62
+
maintainers = with lib.maintainers; [ ];
63
63
mainProgram = "containerlab";
64
64
};
65
65
})