mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
Merge pull request #9040 from lancelotsix/motuclient_change_homepage
motuclient: Change homepage
This commit is contained in:
commit
82c53444e4
@ -3873,12 +3873,12 @@ let
|
|||||||
disabled = !isPy27;
|
disabled = !isPy27;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://gitlab.com/lsix/motu-client/repository/archive.tar.gz?ref=${name}";
|
url = "https://github.com/quiet-oceans/motuclient-setuptools/archive/${name}.tar.gz";
|
||||||
sha256 = "1d2hbws085hxf5hb1wsdlacy8skwn2sswr1b2xv18fbw5ckbqi8i";
|
sha256 = "1naqmav312agn72iad9kyxwscn2lz4v1cfcqqi1qcgvc82vnwkw2";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://gitlab.com/lsix/motu-client;
|
homepage = https://github.com/quiet-oceans/motuclient-setuptools;
|
||||||
description = "CLI to query oceanographic data to Motu servers";
|
description = "CLI to query oceanographic data to Motu servers";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Access data from (motu)[http://sourceforge.net/projects/cls-motu/] servers.
|
Access data from (motu)[http://sourceforge.net/projects/cls-motu/] servers.
|
||||||
|
Loading…
Reference in New Issue
Block a user