Skip to content

Commit 6ac80db

Browse files
Change source-package-repository in docs to source-repository-package
It appears to be either a typo or a leftover. It's the only instance of the word in the docs and is very close to a word that appears several times.
1 parent b5761da commit 6ac80db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/how-to-source-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ download.
142142

143143
We can also :ref:`take a dependency from a source code
144144
repository<pkg-consume-source>`. These are accessed via a version control system
145-
(VCS) such as Git and set up in the project with ``source-package-repository``
145+
(VCS) such as Git and set up in the project with ``source-repository-package``
146146
stanzas. With these, we can take dependencies on packages not published to
147147
Hackage, on revisions not yet published or on forks. This is the easiest way to
148148
work with a fork, much easier than using a Git submodule. A dependency taken

0 commit comments

Comments
 (0)