From 97a3671625cdc64bc1cd378eba15bc590dac7278 Mon Sep 17 00:00:00 2001 From: SRGOM Date: Thu, 14 Nov 2019 01:34:46 +0530 Subject: [PATCH] onedrive: 2.3.10 -> 2.3.11 Address review comments --- pkgs/applications/networking/sync/onedrive/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/sync/onedrive/default.nix b/pkgs/applications/networking/sync/onedrive/default.nix index 194c98d36df..0767ce2f294 100644 --- a/pkgs/applications/networking/sync/onedrive/default.nix +++ b/pkgs/applications/networking/sync/onedrive/default.nix @@ -7,7 +7,7 @@ }: stdenv.mkDerivation rec { - pname = "onedrive-abraunegg"; + pname = "onedrive"; version = "2.3.11"; src = fetchFromGitHub { @@ -29,7 +29,7 @@ stdenv.mkDerivation rec { description = "A complete tool to interact with OneDrive on Linux"; homepage = "https://github.com/abraunegg/onedrive"; license = licenses.gpl3; - maintainers = with maintainers; [ doronbehar srgom]; + maintainers = with maintainers; [ doronbehar srgom ]; platforms = platforms.linux; }; }