filterpath: add eveeifyeve as maintainer
Co-authored-by: Eveeifyeve <88671402+Eveeifyeve@users.noreply.github.com>
This commit is contained in:
committed by
Sigmanificient
parent
4471c23f53
commit
cacaf6d7b1
@@ -25,7 +25,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/Sigmanificient/filterpath";
|
||||
description = "Retrieve a valid path from a messy piped line";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ sigmanificient ];
|
||||
maintainers = with lib.maintainers; [
|
||||
sigmanificient
|
||||
eveeifyeve # Darwin
|
||||
];
|
||||
mainProgram = "filterpath";
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user