mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
libmpc: Update license to LGPLv3+
Relicensed since 1.0.0:7a974f8bcd(cherry picked from commit5862773b8f)
This commit is contained in:
committed by
github-actions[bot]
parent
aed651aebb
commit
658b290eb3
@@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
homepage = "https://www.multiprecision.org/mpc/";
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = [ ];
|
||||
|
||||
Reference in New Issue
Block a user