mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
gpsd: clarify license
This commit is contained in:
parent
bc3b694a39
commit
3bc5b8593b
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue