mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
coreutils: add mdaniels5757 as co-maintainer
This commit is contained in:
@@ -273,7 +273,10 @@ stdenv.mkDerivation rec {
|
||||
are expected to exist on every operating system.
|
||||
'';
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ das_j ];
|
||||
maintainers = with lib.maintainers; [
|
||||
das_j
|
||||
mdaniels5757
|
||||
];
|
||||
platforms = with lib.platforms; unix ++ windows;
|
||||
priority = 10;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user