aboutsummaryrefslogtreecommitdiffstats
path: root/osurl
diff options
context:
space:
mode:
Diffstat (limited to 'osurl')
-rwxr-xr-xosurl2
1 files changed, 2 insertions, 0 deletions
diff --git a/osurl b/osurl
index cff5282..14e5ab2 100755
--- a/osurl
+++ b/osurl
@@ -1,4 +1,6 @@
#!/usr/bin/lua
+-- Expand abbreviations from
+-- https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Current_set_of_abbreviations
local lpeg = require 'lpeg'
local P,C,Cs,Cf,R,S = lpeg.P, lpeg.C, lpeg.Cs, lpeg.Cf, lpeg.R, lpeg.S