1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

testing/py3-libpyshell: fix url typo

This commit is contained in:
Hannes Braun 2025-06-09 19:07:49 +02:00 committed by Celeste
parent 2cb14dcf3d
commit 1ada6f01ae

View file

@ -2,9 +2,9 @@
# Maintainer: Hannes Braun <hannes@hannesbraun.net>
pkgname=py3-libpyshell
pkgver=0.4.1
pkgrel=0
pkgrel=1
pkgdesc="Support for writing shell scripts in Python"
url="https://github.com/skoksbaer/libPyshell"
url="https://github.com/skogsbaer/libPyshell"
arch="noarch"
license="BSD-3-Clause"
depends="python3"