gortr: migrate to by-name

This commit is contained in:
Steffen Vogel
2024-10-27 10:55:34 +01:00
parent 1b5b01103a
commit fbc0b893e6
2 changed files with 3 additions and 5 deletions
@@ -23,10 +23,10 @@ buildGoModule rec {
"-X=main.version=${version}"
];
meta = with lib; {
meta = {
description = "RPKI-to-Router server used at Cloudflare";
homepage = "https://github.com/cloudflare/gortr/";
license = licenses.bsd3;
maintainers = with maintainers; [ stv0g ];
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ stv0g ];
};
}
-2
View File
@@ -38401,8 +38401,6 @@ with pkgs;
sieveshell = with python3.pkgs; toPythonApplication managesieve;
gortr = callPackage ../servers/gortr { };
stayrtr = callPackage ../servers/stayrtr { };
sunshine = callPackage ../servers/sunshine { };