From 16e55eac065d8db933a5b203fbf55f840b6823d4 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 4 Dec 2021 15:09:04 +0100 Subject: [PATCH] tev: remove myself as maintainer I'm not using it anymore. --- pkgs/applications/graphics/tev/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/tev/default.nix b/pkgs/applications/graphics/tev/default.nix index b357463be845..b82c3ff96288 100644 --- a/pkgs/applications/graphics/tev/default.nix +++ b/pkgs/applications/graphics/tev/default.nix @@ -53,6 +53,6 @@ stdenv.mkDerivation rec { changelog = "https://github.com/Tom94/tev/releases/tag/v${version}"; license = licenses.bsd3; platforms = platforms.unix; - maintainers = with maintainers; [ primeos ]; + maintainers = with maintainers; [ ]; }; }