summary refs log tree commit diff
path: root/doc/builders/fetchers.chapter.md
diff options
context:
space:
mode:
authorluc65r <lucas@ransan.tk>2020-10-31 11:28:06 +0100
committerLucas Ransan <lucas@ransan.tk>2021-03-08 15:51:24 +0100
commit83a0627f337a47d52d972bb450f1045a7fc55167 (patch)
treef3e5dba1fb3b4af1a40767968a41428ecb47f39b /doc/builders/fetchers.chapter.md
parent8aca4a8fa7b053e67c7200f426826cd93afd92a8 (diff)
downloadnixpkgs-83a0627f337a47d52d972bb450f1045a7fc55167.tar
nixpkgs-83a0627f337a47d52d972bb450f1045a7fc55167.tar.gz
nixpkgs-83a0627f337a47d52d972bb450f1045a7fc55167.tar.bz2
nixpkgs-83a0627f337a47d52d972bb450f1045a7fc55167.tar.lz
nixpkgs-83a0627f337a47d52d972bb450f1045a7fc55167.tar.xz
nixpkgs-83a0627f337a47d52d972bb450f1045a7fc55167.tar.zst
nixpkgs-83a0627f337a47d52d972bb450f1045a7fc55167.zip
fetchFromSourcehut: init
Diffstat (limited to 'doc/builders/fetchers.chapter.md')
-rw-r--r--doc/builders/fetchers.chapter.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/builders/fetchers.chapter.md b/doc/builders/fetchers.chapter.md
index d4cab056c70..99d87f078cc 100644
--- a/doc/builders/fetchers.chapter.md
+++ b/doc/builders/fetchers.chapter.md
@@ -68,3 +68,7 @@ This is used with Savannah repositories. The arguments expected are very similar
 ## `fetchFromRepoOrCz`
 
 This is used with repo.or.cz repositories. The arguments expected are very similar to fetchFromGitHub above.
+
+## `fetchFromSourcehut`
+
+This is used with sourcehut repositories. The arguments expected are very similar to fetchFromGitHub above. Don't forget the tilde (~) in front of the user name!