Skip to content

Commit 25182f4

Browse files
committedJan 19, 2018
pixie: add maintainer
1 parent 7eb4844 commit 25182f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎pkgs/development/interpreters/pixie/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ let
8080
homepage = https://github.com/pixie-lang/pixie;
8181
license = stdenv.lib.licenses.lgpl3;
8282
platforms = ["x86_64-linux" "i686-linux" "x86_64-darwin"];
83+
maintainers = with stdenv.lib.maintainers; [ bendlas ];
8384
};
8485
};
8586
in build (builtins.getAttr variant variants)

0 commit comments

Comments
 (0)
Please sign in to comment.