mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
arcanist: Fix license
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
79a0ae902f
commit
7685754f0f
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Command line interface to Phabricator";
|
||||
homepage = "http://phabricator.org";
|
||||
license = stdenv.lib.licenses.apache;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user