Skip to content

Commit

Permalink
Portage.EBuild: Drop khumba.net from HTTP-only site list
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gardiner <[email protected]>
  • Loading branch information
khumba authored and hololeap committed Jun 2, 2024
1 parent aa79da9 commit 63879e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Portage/EBuild.hs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ toHttps x =
-- add to this list with any non https-aware websites
httpOnlyHomepages = Just <$> [ "leksah.org"
, "darcs.net"
, "khumba.net"
]

-- | Sort IUSE alphabetically
Expand Down
1 change: 0 additions & 1 deletion tests/spec/Portage/EBuildSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ spec = do
it "should not convert whitelisted http-only homepages into https homepages" $ do
toHttps "http://leksah.org" `shouldBe` "http://leksah.org"
toHttps "http://darcs.net/" `shouldBe` "http://darcs.net/"
toHttps "http://khumba.net/" `shouldBe` "http://khumba.net/"
it "should otherwise convert all homepages into https-aware homepages" $ do
toHttps "http://pandoc.org" `shouldBe` "https://pandoc.org"
toHttps "http://www.yesodweb.com/" `shouldBe` "https://www.yesodweb.com/"
Expand Down

0 comments on commit 63879e0

Please sign in to comment.