asterisk: clarify license

This commit is contained in:
Yorick van Pelt 2021-04-18 14:56:15 +02:00 committed by erictapen
parent ae79547cf2
commit 4f8cfd1c2e

View file

@ -74,7 +74,7 @@ let
meta = with lib; {
description = "Software implementation of a telephone private branch exchange (PBX)";
homepage = "https://www.asterisk.org/";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ auntie DerTim1 yorickvp ];
};
};