Skip to content

Commit ec5d5e7

Browse files
committed
replace remaining references to github.com/fpco/
1 parent 866fc23 commit ec5d5e7

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Server for stable, curated Haskell package sets
44

5-
This repo is part of the [Stackage project](https://github.com/fpco/stackage),
5+
This repo is part of the [Stackage project](https://github.com/commercialhaskell/stackage),
66
and the live server can be viewed at https://www.stackage.org.
77

88
## Building locally

src/Application.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ withFoundation appLogFunc appSettings inner = do
138138
then do
139139
fp <- runSimpleApp $ getStackageContentDir "."
140140
gitRepoDev fp loadWebsiteContent
141-
else gitRepo "https://github.com/fpco/stackage-content.git" "master" loadWebsiteContent
141+
else gitRepo "https://github.com/commercialhaskell/stackage-content.git" "master" loadWebsiteContent
142142
let runContentUpdates =
143143
Concurrently $
144144
forever $

src/Handler/BuildPlan.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Import
66

77
getBuildPlanR :: SnapName -> Handler TypedContent
88
getBuildPlanR _slug = track "Handler.BuildPlan.getBuildPlanR" $ do
9-
error "temporarily disabled, please open on issue on https://github.com/fpco/stackage-server/issues/ if you need it"
9+
error "temporarily disabled, please open on issue on https://github.com/commercialhaskell/stackage-server/issues/ if you need it"
1010
{-
1111
fullDeps <- (== Just "true") <$> lookupGetParam "full-deps"
1212
spec <- parseSnapshotSpec $ toPathPiece slug

src/Handler/StackageHome.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ getStackageCabalConfigR name = track "Handler.StackageHome.getStackageCabalConfi
9797
yield $ Chunk $ toBuilder '\n'
9898

9999
revisionsWarning =
100-
toBuilder (asText "-- NOTE: Due to revisions, this file may not work. See:\n-- https://github.com/fpco/stackage-server/issues/232\n\n")
100+
toBuilder (asText "-- NOTE: Due to revisions, this file may not work. See:\n-- https://github.com/commercialhaskell/stackage-server/issues/232\n\n")
101101

102102
headerGlobal render = yield $ Chunk $
103103
revisionsWarning ++

static/haddock/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ div#style-menu-holder {
311311
display: none;
312312
}
313313

314-
/* Fixes: https://github.com/fpco/stackage-server/issues/222 */
314+
/* Fixes: https://github.com/commercialhaskell/stackage-server/issues/222 */
315315
/* #synopsis { */
316316
/* display: none; */
317317
/* } */

templates/default-layout.hamlet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<li> <a href="/snapshots">Snapshots</a>
1414
<li> <a href="/lts">LTS</a>
1515
<li> <a href="/nightly">Nightly</a>
16-
<li> <a href="https://github.com/fpco/stackage#frequently-asked-questions">FAQ</a>
16+
<li> <a href="https://github.com/commercialhaskell/stackage#frequently-asked-questions">FAQ</a>
1717
<li> <a href="/blog">Blog</a>
1818

1919
$maybe msg <- mmsg

templates/home.hamlet

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<h3>Stable Haskell package sets
1818
<ul>
1919
<li>A distribution of compatible Haskell packages from <a href="https://hackage.haskell.org">Hackage</a> that build together
20-
<li>Stackage is a community project: <a href="https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#adding-a-package"><b>how to add packages to Stackage</b></a>
20+
<li>Stackage is a community project: <a href="https://github.com/commercialhaskell/stackage/blob/master/MAINTAINERS.md#adding-a-package"><b>how to add packages to Stackage</b></a>
2121
<li><a href="https://haskellstack.org">stack</a> makes using Stackage easy
2222
<div .span6>
2323
$maybe post <- mrecentBlog
@@ -43,7 +43,7 @@
4343
About Stackage
4444
<p>
4545
Stackage provides consistent sets of Haskell packages, known to build together and pass their tests before becoming <a href="/nightly">Stackage Nightly</a> snapshots and <a href="/lts">LTS</a>
46-
(<a href="https://github.com/fpco/lts-haskell#readme">Long Term Support</a>) releases.
46+
(<a href="https://github.com/commercialhaskell/lts-haskell#readme">Long Term Support</a>) releases.
4747
<p>
4848
It is a distribution of a subset of packages from <a href="https://hackage.haskell.org">Hackage</a>, each package chosen at a version to make the set self-consistent. Note that Stackage does not patch any packages.
4949
<p>
@@ -54,10 +54,10 @@
5454
Stackage is a community project: Haskell users around the world work together to keep Stackage snapshots up to date with recent package versions:
5555
Stackage itself and all the tools surrounding it are open-source.
5656
See #
57-
\<a href="https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#adding-a-package"><b>how to add packages to Stackage</b></a>.
57+
\<a href="https://github.com/commercialhaskell/stackage/blob/master/MAINTAINERS.md#adding-a-package"><b>how to add packages to Stackage</b></a>.
5858
<p>
5959
Have more questions? We have a #
60-
\<a href="https://github.com/fpco/stackage#frequently-asked-questions">FAQ section on Github</a>.
60+
\<a href="https://github.com/commercialhaskell/stackage#frequently-asked-questions">FAQ section on Github</a>.
6161

6262
<p>
6363
Stackage's infrastructure, build machines, initial creation and ongoing maintenance were proudly sponsored by <a href="https://www.fpcomplete.com">FP Complete</a> from 2014 to 2024.

templates/hoogle.hamlet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<p style="font-size:0.8em">
66
<i>Note that Stackage only displays results for the latest LTS and Nightly snapshot.
77
\ #
8-
<a href="https://github.com/fpco/stackage-server/issues/305">Learn more.
8+
<a href="https://github.com/commercialhaskell/stackage-server/issues/305">Learn more.
99
^{hoogleForm}
1010
$if null results
1111
<p>Your search produced no results.

templates/package.lucius

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ h2.changes-title {
255255
color: #fff;
256256
}
257257

258-
/* https://github.com/fpco/stackage-server/issues/39 */
258+
/* https://github.com/commercialhaskell/stackage-server/issues/39 */
259259
div.plain-text {
260260
white-space: pre-wrap;
261261
}

templates/spam-package.hamlet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<p>
99
If you believe this is in error, please
10-
<a href="https://github.com/fpco/stackage-content/edit/master/spam-packages.yaml">send a pull request
10+
<a href="https://github.com/commercialhaskell/stackage-content/edit/master/spam-packages.yaml">send a pull request
1111
to remove this classification.
1212

1313
<p>

0 commit comments

Comments
 (0)