mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
ferdi: Update license to asl20
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
This commit is contained in:
parent
57f69430c1
commit
ee2cf16385
1 changed files with 1 additions and 1 deletions
|
@ -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 = [ ];
|
||||
|
|
Loading…
Reference in a new issue