Skip to content

Commit 88bccb2

Browse files
committed
doc: unify authorship fields
1 parent c510dda commit 88bccb2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

PKGBUILD_dev_deps

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Maintainer: Yauheni Kirylau <actionless DOT loveless PLUS aur AT gmail MF com>
1+
# Maintainer: Yauhen Kirylau <actionless DOT loveless PLUS aur AT gmail MF com>
22
# shellcheck disable=SC2001,SC2034,SC2154 shell=bash
33

44
_pkgname=pikaur_dev_deps

packaging/usr/share/fish/completions/pikaur.fish

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Completions for pikaur
2-
# Author: Yauheni Kirylau <actionless.loveless@gmail.com>
2+
# Author: Yauhen Kirylau <actionless DOT loveless PLUS aur AT gmail MF com>
33

44
# Based on completions for pacman
55
# Author: Giorgio Lando <[email protected]>

pikaur_static/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Maintainer: Yauheni Kirylau <actionless DOT loveless PLUS aur AT gmail MF com>
1+
# Maintainer: Yauhen Kirylau <actionless DOT loveless PLUS aur AT gmail MF com>
22
# shellcheck disable=SC2001,SC2016,SC2034,SC2154 shell=bash
33

44
_pkgname=pikaur-static

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pikaur"
33
version = '1.30.3'
44
description = 'AUR helper with minimal dependencies'
55
authors = [
6-
{name = 'Yauheni Kirylau', email = 'actionless.loveless@gmail.com'},
6+
{name = 'Yauhen Kirylau', email = 'actionless DOT loveless PLUS aur AT gmail MF com'},
77
]
88
requires-python = ">=3.12"
99
classifiers = [

0 commit comments

Comments
 (0)