tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
selinux-python: add myself as maintainer
Tristan Ross
2 years ago
e1ce7848
6d16d94d
+1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
selinux-python
default.nix
+1
pkgs/os-specific/linux/selinux-python/default.nix
···
46
description = "SELinux policy core utilities written in Python";
47
license = licenses.gpl2Plus;
48
homepage = "https://selinuxproject.org";
0
49
platforms = platforms.linux;
50
};
51
}
···
46
description = "SELinux policy core utilities written in Python";
47
license = licenses.gpl2Plus;
48
homepage = "https://selinuxproject.org";
49
+
maintainers = with lib.maintainers; [ RossComputerGuy ];
50
platforms = platforms.linux;
51
};
52
}