mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 23:21:27 +00:00
libhangul: update license
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Core algorithm library for Korean input routines";
|
||||
mainProgram = "hangul";
|
||||
homepage = "https://github.com/libhangul/libhangul";
|
||||
license = lib.licenses.lgpl21;
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
ianwookim
|
||||
honnip
|
||||
|
||||
Reference in New Issue
Block a user