about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorSRGOM <SRGOM@users.noreply.github.com>2019-11-14 01:34:46 +0530
committerJon <jonringer@users.noreply.github.com>2019-11-13 13:25:12 -0800
commit97a3671625cdc64bc1cd378eba15bc590dac7278 (patch)
tree78434f70e8f7642eb254a85353e186239408cdf9 /pkgs/applications/networking/sync
parent3bc67c81cefbbb64e026f18c8c63063c39acdf10 (diff)
onedrive: 2.3.10 -> 2.3.11
Address review comments
Diffstat (limited to 'pkgs/applications/networking/sync')
-rw-r--r--pkgs/applications/networking/sync/onedrive/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/sync/onedrive/default.nix b/pkgs/applications/networking/sync/onedrive/default.nix
index 194c98d36dfac..0767ce2f29467 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;
   };
 }