go-sct: remove myself as maintainer

launchpad/nixpkgs/master
Roman Volosatovs 3 years ago
parent 059c8fc437
commit b24622c31d
No known key found for this signature in database
GPG Key ID: 216DD5F8CA6618A1
  1. 2
      pkgs/tools/X11/go-sct/default.nix

@ -21,7 +21,7 @@ buildGoPackage rec {
meta = with lib; {
description = "Color temperature setting library and CLI that operates in a similar way to f.lux and Redshift";
license = licenses.mit;
maintainers = with maintainers; [ rvolosatovs cstrahan ];
maintainers = with maintainers; [ cstrahan ];
platforms = platforms.linux ++ platforms.windows;
};
}

Loading…
Cancel
Save