File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
5
- <Authors >Nextpart </Authors >
6
- <Company >Nextpart </Company >
5
+ <Authors >NEXTPART Security Intelligence GmbH </Authors >
6
+ <Company >NEXTPART Security Intelligence GmbH </Company >
7
7
<Description >The Pulumi PowerDNS provider provides resources to interact with a PowerDNS Authoritative DNS Server.</Description >
8
8
<PackageLicenseExpression >MPL-2.0</PackageLicenseExpression >
9
9
<PackageProjectUrl >https://pulumi.com</PackageProjectUrl >
Original file line number Diff line number Diff line change 2
2
"name" : " @nextpart/powerdns" ,
3
3
"version" : " ${VERSION}" ,
4
4
"keywords" : [
5
+ " category/infrastructure" ,
6
+ " kind/native" ,
5
7
" pulumi" ,
6
8
" powerdns" ,
7
9
" dns"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def readme():
23
23
description = "The Pulumi PowerDNS provider provides resources to interact with a PowerDNS Authoritative DNS Server." ,
24
24
long_description = readme (),
25
25
long_description_content_type = 'text/markdown' ,
26
- keywords = 'pulumi powerdns dns' ,
26
+ keywords = 'category/infrastructure kind/native pulumi powerdns dns' ,
27
27
url = 'https://pulumi.com' ,
28
28
project_urls = {
29
29
'Repository' : 'https://github.com/nextpart/pulumi-powerdns-native'
You can’t perform that action at this time.
0 commit comments