mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
t1utils: use lib.licenses.mit-click
This commit is contained in:
@@ -24,12 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
file from a PFA or PFB font.
|
||||
'';
|
||||
homepage = "https://www.lcdf.org/type/";
|
||||
license = {
|
||||
shortName = "Click"; # README.md says BSD-like, see LICENSE
|
||||
url = "https://github.com/kohler/t1utils/blob/master/LICENSE";
|
||||
free = true;
|
||||
redistributable = true;
|
||||
};
|
||||
license = lib.licenses.mit-click;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = [ lib.maintainers.bjornfor ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user