haskell-circle-packing: add myself as maintainer
This commit is contained in:
parent
aff27c669e
commit
7943ac41cd
@ -10,5 +10,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Efficient basic number-theoretic functions. Primes, powers, integer logarithms.";
|
description = "Efficient basic number-theoretic functions. Primes, powers, integer logarithms.";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -8,5 +8,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Simple heuristic for packing discs of varying radii in a circle";
|
description = "Simple heuristic for packing discs of varying radii in a circle";
|
||||||
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…
x
Reference in New Issue
Block a user