diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-12-29 10:24:45 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-12-29 10:24:45 -0200 |
commit | b32259e9f0b1232c9c7f55e530502471fa1d263c (patch) | |
tree | 80086038cf786d743a3ca4a3f00937a0a39a4208 /libre/gummiboot | |
parent | d2116801ca325c94c0291be7db1a8b2ae7c47236 (diff) |
gummiboot: fix license
Diffstat (limited to 'libre/gummiboot')
-rw-r--r-- | libre/gummiboot/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/gummiboot/PKGBUILD b/libre/gummiboot/PKGBUILD index a0002ccc3..bd697b3f6 100644 --- a/libre/gummiboot/PKGBUILD +++ b/libre/gummiboot/PKGBUILD @@ -11,7 +11,7 @@ pkgrel="1" pkgdesc="Simple text-mode UEFI Boot Manager (Parabola rebranded)" url="http://freedesktop.org/wiki/Software/gummiboot" arch=('x86_64' 'i686' 'mips64el') -license=('LGPL2.1' 'CCPL:cc-by-sa-3.0') +license=('LGPL2.1') makedepends=('gnu-efi-libs' 'docbook-xsl' 'git') depends=('util-linux') conflicts=('gummiboot-efi') |