onedrive: remove srgom from meta.maintainers

srgom is inactive
This commit is contained in:
Anderson Torres 2024-08-25 13:48:12 -03:00
parent 3584894b48
commit 9a04423c50

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
mainProgram = "onedrive";
homepage = "https://github.com/abraunegg/onedrive";
license = licenses.gpl3Only;
maintainers = with maintainers; [ srgom peterhoeg bertof ];
maintainers = with maintainers; [ peterhoeg bertof ];
platforms = platforms.linux;
};
}