summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a644746b993f..a4bc15800b1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = bullsandcows
pkgdesc = A simple implementation of the classic 'Bulls and Cows' game written in Python
pkgver = 0.1
pkgrel = 1
- url = https://github.com/hadenodom/games/tree/master/Bulls%20and%20Cows
+ url = https://github.com/hadenodom/Bulls-and-Cows
arch = any
license = MIT
depends = python3
diff --git a/PKGBUILD b/PKGBUILD
index 68dc18bfdb40..e7a2881b153a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.1
pkgrel=1
pkgdesc="A simple implementation of the classic 'Bulls and Cows' game written in Python"
arch=('any')
-url="https://github.com/hadenodom/games/tree/master/Bulls%20and%20Cows"
+url="https://github.com/hadenodom/Bulls-and-Cows"
license=('MIT')
depends=('python3')