mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
agda: add iblech to maintainers
Requested via https://github.com/NixOS/nixpkgs/pull/213896#issuecomment-1427648861.
This commit is contained in:
@@ -274,6 +274,8 @@ package-maintainers:
|
||||
- wstunnel
|
||||
gridaphobe:
|
||||
- located-base
|
||||
iblech:
|
||||
- Agda
|
||||
ivanbrennan:
|
||||
- xmonad
|
||||
- xmonad-contrib
|
||||
|
||||
@@ -840,7 +840,10 @@ self: {
|
||||
executableToolDepends = [ emacs ];
|
||||
description = "A dependently typed functional programming language and proof assistant";
|
||||
license = "unknown";
|
||||
maintainers = [ lib.maintainers.abbradar lib.maintainers.turion ];
|
||||
maintainers = [
|
||||
lib.maintainers.abbradar lib.maintainers.iblech
|
||||
lib.maintainers.turion
|
||||
];
|
||||
}) {inherit (pkgs) emacs;};
|
||||
|
||||
"Agda-executable" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user