Update rfd to use pyproject format

This commit is contained in:
Dave Gallant
2021-05-03 18:25:42 -04:00
parent 505a0d4b17
commit c10052b368
4 changed files with 11 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ buildGoModule rec {
meta = with lib; {
homepage = "https://www.vpngate.net";
description = "a client for vpngate.net";
license = licenses.asl20;
license = licenses.gpl3;
maintainers = with maintainers; [ davegallant ];
platforms = platforms.linux ++ platforms.darwin;
};