forked from mirrors/nixpkgs
licenses: add GFL
This commit is contained in:
parent
a2c3bc9df6
commit
b165189b97
|
@ -506,6 +506,11 @@ in mkLicense lset) ({
|
|||
url = "http://www.schristiancollins.com/generaluser.php"; # license included in sources
|
||||
};
|
||||
|
||||
gfl = {
|
||||
fullName = "GUST Font License";
|
||||
url = "http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt";
|
||||
};
|
||||
|
||||
gfsl = {
|
||||
fullName = "GUST Font Source License";
|
||||
url = "http://www.gust.org.pl/fonts/licenses/GUST-FONT-SOURCE-LICENSE.txt";
|
||||
|
|
Loading…
Reference in a new issue