summaryrefslogtreecommitdiff
path: root/dotnet-core-bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-01-14 10:18:51 +0100
committerErich Eckner <git@eckner.net>2022-01-14 10:18:51 +0100
commit93906f3d785a3275f53d2735cd218b1cc672c031 (patch)
tree2be5adea2c5e0d7592cf15fb60a01ded2876d076 /dotnet-core-bin
parenta51b94c2828d76ac26428335600b5978385fa46a (diff)
downloadarchlinuxewe-93906f3d785a3275f53d2735cd218b1cc672c031.tar.xz
fix maintainers
Diffstat (limited to 'dotnet-core-bin')
-rw-r--r--dotnet-core-bin/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/dotnet-core-bin/PKGBUILD b/dotnet-core-bin/PKGBUILD
index 191fe3498..6b67caef0 100644
--- a/dotnet-core-bin/PKGBUILD
+++ b/dotnet-core-bin/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Attila Greguss <floyd0122[at]gmail[dot]com>
+# Maintainer: Erich Eckner <arch at eckner dot net>
+# Contributor: Attila Greguss <floyd0122[at]gmail[dot]com>
pkgbase=dotnet-core-bin
pkgname=(
@@ -127,4 +128,4 @@ package_aspnet-targeting-pack-bin() {
install -dm 755 "${pkgdir}"/usr/share/{dotnet,dotnet/packs,licenses}
cp -dr --no-preserve='ownership' packs/Microsoft.AspNetCore.App.Ref "${pkgdir}"/usr/share/dotnet/packs/
ln -s dotnet-host-bin "${pkgdir}"/usr/share/licenses/aspnet-targeting-pack-bin
-} \ No newline at end of file
+}