diebahn: add lilacious to the maintainers
Signed-off-by: Yuchen He <yuchenhe126@gmail.com>
This commit is contained in:
parent
b4f1d8c1d0
commit
6389c26e7c
1 changed files with 1 additions and 1 deletions
|
@ -74,6 +74,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://gitlab.com/schmiddi-on-mobile/railway";
|
homepage = "https://gitlab.com/schmiddi-on-mobile/railway";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
mainProgram = "diebahn";
|
mainProgram = "diebahn";
|
||||||
maintainers = with lib.maintainers; [ dotlambda ];
|
maintainers = with lib.maintainers; [ dotlambda lilacious ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue