onedrive: 2.3.10 -> 2.3.11

Address review comments
This commit is contained in:
SRGOM
2019-11-13 13:25:12 -08:00
committed by Jon
parent 3bc67c81ce
commit 97a3671625
@@ -7,7 +7,7 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "onedrive-abraunegg"; pname = "onedrive";
version = "2.3.11"; version = "2.3.11";
src = fetchFromGitHub { src = fetchFromGitHub {
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "A complete tool to interact with OneDrive on Linux"; description = "A complete tool to interact with OneDrive on Linux";
homepage = "https://github.com/abraunegg/onedrive"; homepage = "https://github.com/abraunegg/onedrive";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ doronbehar srgom]; maintainers = with maintainers; [ doronbehar srgom ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }