From ee2cf16385eee10ea27bbc2b57cadfe036027a1e Mon Sep 17 00:00:00 2001 From: "Bryan A. S" Date: Sun, 16 May 2021 21:03:39 -0300 Subject: [PATCH] ferdi: Update license to asl20 Signed-off-by: Bryan A. S --- .../networking/instant-messengers/ferdi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/ferdi/default.nix b/pkgs/applications/networking/instant-messengers/ferdi/default.nix index da3d7ebb25f..c57b58eea0d 100644 --- a/pkgs/applications/networking/instant-messengers/ferdi/default.nix +++ b/pkgs/applications/networking/instant-messengers/ferdi/default.nix @@ -11,7 +11,7 @@ mkFranzDerivation rec { meta = with lib; { description = "Combine your favorite messaging services into one application"; homepage = "https://getferdi.com/"; - license = licenses.free; + license = licenses.asl20; maintainers = [ maintainers.davidtwco ]; platforms = [ "x86_64-linux" ]; hydraPlatforms = [ ];