udocker: change homepage to documentation on gitbooks.io
as that view, other than the gitbook.com one, is available to readers not logged into GitBook, too.
This commit is contained in:
parent
8e20de1d52
commit
077a5cfedb
@ -28,7 +28,7 @@ buildPythonApplication rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "basic user tool to execute simple docker containers in user space without root privileges";
|
description = "basic user tool to execute simple docker containers in user space without root privileges";
|
||||||
homepage = https://www.gitbook.com/book/indigo-dc/udocker;
|
homepage = https://indigo-dc.gitbooks.io/udocker;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.bzizou ];
|
maintainers = [ maintainers.bzizou ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user