haskell-editline: add myself as maintainer
This commit is contained in:
parent
c93aebb87e
commit
1670613203
@ -10,5 +10,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Bindings to the editline library (libedit)";
|
description = "Bindings to the editline library (libedit)";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user