Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7dd5460e1096
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 97443770feff
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Aug 8, 2021

  1. crawl: fix COPYRIGHT (#6119)

    Co-authored-by: Crestwave <crestwave@users.noreply.github.com>
    Crestwave and Crestwave authored Aug 8, 2021
    Copy the full SHA
    9744377 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 games-roguelike/crawl/crawl-0.27.0.recipe
2 changes: 1 addition & 1 deletion games-roguelike/crawl/crawl-0.27.0.recipe
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ combat and magic, involving characters of diverse skills, worshipping dieties \
of great power and caprice. To win, you'll need to be a master of tactics and \
strategy, and prevail against overwhelming odds."
HOMEPAGE="https://crawl.develz.org"
COPYRIGHT="1997-2021 Lindley Henzell, the dev team, and the contributors"
COPYRIGHT="1997-2021 Linley Henzell, the dev team, and the contributors"
LICENSE="crawl"
REVISION="2"
SOURCE_URI="https://github.com/crawl/crawl/releases/download/$portVersion/stone_soup-$portVersion-nodeps.tar.xz"