u9fs: move from googlecode to bitbucket
This commit is contained in:
parent
4c7d928f0b
commit
a1d4e7ff70
@ -3,7 +3,7 @@
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "u9fs-20110513";
|
name = "u9fs-20110513";
|
||||||
src = fetchhg {
|
src = fetchhg {
|
||||||
url = https://code.google.com/p/u9fs;
|
url = http://bitbucket.org/plan9-from-bell-labs/u9fs;
|
||||||
rev = "9474edb23b11";
|
rev = "9474edb23b11";
|
||||||
sha256 = "0irwyk8vnvx0fmz8lmbdb2jrlvas8imr61jr76a1pkwi9wpf2wv6";
|
sha256 = "0irwyk8vnvx0fmz8lmbdb2jrlvas8imr61jr76a1pkwi9wpf2wv6";
|
||||||
};
|
};
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib;
|
meta = with stdenv.lib;
|
||||||
{ description = "Serve 9P from Unix";
|
{ description = "Serve 9P from Unix";
|
||||||
homepage = https://code.google.com/p/u9fs;
|
homepage = http://plan9.bell-labs.com/magic/man2html/4/u9fs;
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
maintainers = [ maintainers.emery ];
|
maintainers = [ maintainers.emery ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user