diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-03 16:42:34 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-03 16:42:34 +0200 |
commit | 0a3f7f64748886969d215741dcf23fe7bc8a99a4 (patch) | |
tree | 54bee1a75c1c3aa6000d8842af9f75b4dcb8b5de | |
parent | 9318a4a6c70b92543ee03b14d8ee4bfb811d41b1 (diff) | |
download | ayatana-indicator-session-0a3f7f64748886969d215741dcf23fe7bc8a99a4.tar.gz ayatana-indicator-session-0a3f7f64748886969d215741dcf23fe7bc8a99a4.tar.bz2 ayatana-indicator-session-0a3f7f64748886969d215741dcf23fe7bc8a99a4.zip |
.build.yml: URL fixes (copy+paste flaws).
-rw-r--r-- | .build.yml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -3,7 +3,7 @@ ########################################################## requires: archlinux: - # Useful URL: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ayatana-indicator-keyboard + # Useful URL: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ayatana-indicator-session - clang - gcc - git @@ -19,7 +19,7 @@ requires: - systemd debian: - # Useful URL: https://salsa.debian.org/debian-ayatana-team/ayatana-ido + # Useful URL: https://salsa.debian.org/debian-ayatana-team/ayatana-session - autopoint - clang - clang-tools @@ -36,7 +36,6 @@ requires: - dbus debian:stable: - # Useful URL: https://salsa.debian.org/debian-ayatana-team/ayatana-ido - autopoint - clang - clang-tools |