mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
jhc: Fix license
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
1651871250
commit
c166bd3e07
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Whole-program, globally optimizing Haskell compiler";
|
||||
homepage = "http://repetae.net/computer/jhc/";
|
||||
license = stdenv.lib.licenses.bsd;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers;
|
||||
[ aforemny simons thoughtpolice ];
|
||||
|
Loading…
Reference in New Issue
Block a user