gpsd: clarify license

This commit is contained in:
Orivej Desh 2020-05-29 14:27:55 +00:00
parent bc3b694a39
commit 3bc5b8593b

View file

@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
location-aware applications GPS/AIS logs for diagnostic purposes.
'';
homepage = "http://catb.org/gpsd/";
license = "BSD-style";
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ bjornfor rasendubi ];
};