Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove maintainer #886

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ Daniel Golle <[email protected]>
Jiri Slachta <[email protected]>
Luka Perkov <[email protected]>
Mazi Lo <[email protected]>
Sebastian Kemper <[email protected]>
4 changes: 1 addition & 3 deletions libs/freetdm/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#
# Copyright (C) 2021 Sebastian Kemper <[email protected]>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
Expand All @@ -9,7 +7,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=freetdm
PKG_RELEASE:=2
PKG_MAINTAINER:=Sebastian Kemper <[email protected]>
PKG_MAINTAINER:=

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/freeswitch/freetdm.git
Expand Down
2 changes: 1 addition & 1 deletion libs/gsmlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PKG_INSTALL:=1

PKG_LICENSE:=LGPL-2.1+
PKG_LICENSE_FILES:=COPYING
PKG_MAINTAINER:=Sebastian Kemper <[email protected]>
PKG_MAINTAINER:=

include $(INCLUDE_DIR)/package.mk

Expand Down
2 changes: 1 addition & 1 deletion libs/libctb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PKG_INSTALL:=1

PKG_LICENSE:=LGPL
PKG_LICENSE_FILES:=build/COPYING
PKG_MAINTAINER:=Sebastian Kemper <[email protected]>
PKG_MAINTAINER:=

include $(INCLUDE_DIR)/package.mk

Expand Down
4 changes: 1 addition & 3 deletions libs/libks/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#
# Copyright (C) 2019 Sebastian Kemper <[email protected]>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
Expand Down Expand Up @@ -28,7 +26,7 @@ PKG_LICENSE:= \
twofish
PKG_LICENSE_FILES:=copyright

PKG_MAINTAINER:=Sebastian Kemper <[email protected]>
PKG_MAINTAINER:=

include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk
Expand Down
4 changes: 1 addition & 3 deletions libs/signalwire-client-c/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#
# Copyright (C) 2019 Sebastian Kemper <[email protected]>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
Expand All @@ -24,7 +22,7 @@ CMAKE_INSTALL:=1
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=copyright

PKG_MAINTAINER:=Sebastian Kemper <[email protected]>
PKG_MAINTAINER:=

include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk
Expand Down
4 changes: 1 addition & 3 deletions libs/sofia-sip/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#
# Copyright (C) 2020 Sebastian Kemper <[email protected]>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
Expand Down Expand Up @@ -28,7 +26,7 @@ PKG_INSTALL:=1

PKG_LICENSE:=LGPL-2.1+
PKG_LICENSE_FILES:=COPYING
PKG_MAINTAINER:=Sebastian Kemper <[email protected]>
PKG_MAINTAINER:=

include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
Expand Down
6 changes: 1 addition & 5 deletions libs/spandsp3/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#
# Copyright (C) 2020 Sebastian Kemper <[email protected]>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
Expand All @@ -22,9 +20,7 @@ PKG_FIXUP:=autoreconf

PKG_LICENSE:=LGPL-2.1-or-later GPL-2.0-or-later
PKG_LICENSE_FILES:=COPYING
PKG_MAINTAINER:= \
Jiri Slachta <[email protected]> \
Sebastian Kemper <[email protected]>
PKG_MAINTAINER:=Jiri Slachta <[email protected]>

include $(INCLUDE_DIR)/package.mk

Expand Down
4 changes: 1 addition & 3 deletions net/coturn/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#
# Copyright (C) 2021 Sebastian Kemper <[email protected]>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
Expand All @@ -16,7 +14,7 @@ PKG_SOURCE_VERSION:=$(PKG_VERSION)
PKG_SOURCE_URL:=https://github.com/coturn/coturn
PKG_MIRROR_HASH:=55a7d63edfde6548cd6d6f1b62f6997beeebc66e0ff07b0afd175829434cbf3a

PKG_MAINTAINER:=Jiri Slachta <[email protected]>, Sebastian Kemper <[email protected]>
PKG_MAINTAINER:=Jiri Slachta <[email protected]>
PKG_LICENSE:=BSD-COTURN-CITRIX COMBINED-CITRIX-VIVOCHA-BSD MIT-HASH
PKG_LICENSE_FILES:=LICENSE src/apps/relay/dbdrivers/* src/server/ns_turn_khash.h
PKG_CPE_ID:=cpe:/a:coturn_project:coturn
Expand Down
2 changes: 1 addition & 1 deletion net/freeswitch-mod-bcg729/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=freeswitch-mod-bcg729

PKG_RELEASE:=1
PKG_MAINTAINER:=Sebastian Kemper <[email protected]>
PKG_MAINTAINER:=

PKG_LICENSE:=MPL-1.1
PKG_LICENSE_FILES:=LICENSE
Expand Down
4 changes: 1 addition & 3 deletions net/freeswitch/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#
# Copyright (C) 2017 Sebastian Kemper <[email protected]>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
Expand All @@ -10,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=freeswitch
PKG_VERSION:=1.10.12
PKG_RELEASE:=2
PKG_MAINTAINER:=Sebastian Kemper <[email protected]>
PKG_MAINTAINER:=

PKG_SOURCE:=freeswitch-$(PKG_VERSION).-release.tar.xz
PKG_SOURCE_URL:=https://files.freeswitch.org/releases/freeswitch
Expand Down
4 changes: 1 addition & 3 deletions net/rtpengine/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#
# Copyright (C) 2020 Sebastian Kemper <[email protected]>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
Expand All @@ -21,7 +19,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-mr$(PKG_VER
PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILES:=LICENSE

PKG_MAINTAINER:=Sebastian Kemper <[email protected]>
PKG_MAINTAINER:=

# When building in parallel, some files (like streambuf.c or dtmflib.c)
# are generated multiple times by the rtpengine build system.
Expand Down
2 changes: 1 addition & 1 deletion net/sipgrep/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PKG_SOURCE_VERSION:=$(PKG_VERSION)
PKG_SOURCE_URL:=https://github.com/sipcapture/sipgrep
PKG_MIRROR_HASH:=4fe322d672d5c78160ddf0f0bf599a14b2fc504437262ad08a4003fe66f3e4b5

PKG_MAINTAINER:=Sebastian Kemper <[email protected]>
PKG_MAINTAINER:=
PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILES:=COPYING

Expand Down
2 changes: 1 addition & 1 deletion net/sngrep/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PKG_NAME:=sngrep
PKG_VERSION:=1.6.0
PKG_RELEASE:=1

PKG_MAINTAINER:=Sebastian Kemper <[email protected]>
PKG_MAINTAINER:=
PKG_LICENSE:=GPL-3.0+
PKG_LICENSE_FILES:=COPYING

Expand Down
Loading