summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-03-11 12:51:13 +0100
committerGitHub <noreply@github.com>2021-03-11 12:51:13 +0100
commit938453eacdb82331a2567bb584a7c7786161f20b (patch)
tree7d6287536b4313b9094048d4e0aad3102faadc2a /doc
parent5c529751e718ad4bc14e1fcb7b7baff09e8fb8c3 (diff)
parent2b9f10dbe99cc9cd9af336dccf2afb63e19cddd0 (diff)
downloadnixpkgs-938453eacdb82331a2567bb584a7c7786161f20b.tar
nixpkgs-938453eacdb82331a2567bb584a7c7786161f20b.tar.gz
nixpkgs-938453eacdb82331a2567bb584a7c7786161f20b.tar.bz2
nixpkgs-938453eacdb82331a2567bb584a7c7786161f20b.tar.lz
nixpkgs-938453eacdb82331a2567bb584a7c7786161f20b.tar.xz
nixpkgs-938453eacdb82331a2567bb584a7c7786161f20b.tar.zst
nixpkgs-938453eacdb82331a2567bb584a7c7786161f20b.zip
Merge pull request #102225 from luc65r/fetchsrht
Add fetcher: fetchFromSourcehut
Diffstat (limited to 'doc')
-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 16e4baa966b..317c9430cd0 100644
--- a/doc/builders/fetchers.chapter.md
+++ b/doc/builders/fetchers.chapter.md
@@ -72,3 +72,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!