lol

asterisk: clarify license

authored by

Yorick van Pelt and committed by
erictapen
4f8cfd1c ae79547c

+1 -1
+1 -1
pkgs/servers/asterisk/default.nix
··· 74 74 meta = with lib; { 75 75 description = "Software implementation of a telephone private branch exchange (PBX)"; 76 76 homepage = "https://www.asterisk.org/"; 77 - license = licenses.gpl2; 77 + license = licenses.gpl2Only; 78 78 maintainers = with maintainers; [ auntie DerTim1 yorickvp ]; 79 79 }; 80 80 };