go-sct: remove myself as maintainer

This commit is contained in:
Roman Volosatovs 2021-06-29 21:25:45 +02:00
parent 059c8fc437
commit b24622c31d
No known key found for this signature in database
GPG key ID: 216DD5F8CA6618A1

View file

@ -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;
};
}