Fixed URL in bashmount package.

This commit is contained in:
koral 2014-09-16 08:58:00 +02:00
parent 2da1d6a0be
commit cc664a4640
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "3.2.0";
src = fetchurl {
url = "https://github/jamielinux/bashmount/archive/${version}.tar.gz";
url = "https://github.com/jamielinux/bashmount/archive/${version}.tar.gz";
sha256 = "08ncksz8xl0qg5y5qf64b9adfnsg6769wf5bw8lv8q0zjbhjiwrj";
};