Skip to content

Commit

Permalink
build: Use PACKAGE_URL variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuj authored and raveit65 committed Feb 4, 2021
1 parent 71a3e40 commit 385d449
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
dnl ***************************************************************************
dnl *** configure.in for MATE-APPLETS ***
dnl ***************************************************************************
AC_INIT(mate-applets, 1.25.3)
AC_INIT([mate-applets], [1.25.3], [https://github.com/mate-desktop/mate-applets/issues],
[mate-applets], [https://mate-desktop.org])
AC_PREREQ(2.59)

AC_CONFIG_HEADERS(config.h)
Expand Down
2 changes: 1 addition & 1 deletion netspeed/src/netspeed.c
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ about_cb (GtkAction *action,
"authors", authors,
"documenters", NULL,
"translator-credits", _("translator-credits"),
"website", "http://www.mate-desktop.org/",
"website", PACKAGE_URL,
"logo-icon-name", LOGO_ICON,
NULL);
}
Expand Down

0 comments on commit 385d449

Please sign in to comment.