restore maintainer information that cabal2nix stripped
This commit is contained in:
parent
81a67653d2
commit
bfb82ef138
@ -18,5 +18,6 @@ cabal.mkDerivation (self: {
|
||||
description = "A command line program for extending the import list of a Haskell source file";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||
};
|
||||
})
|
||||
|
@ -30,5 +30,6 @@ cabal.mkDerivation (self: {
|
||||
description = "Twitter API package with conduit interface and Streaming API support";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user