We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17dcb25 commit f605b12Copy full SHA for f605b12
.github/workflows/release.yml
@@ -90,7 +90,7 @@ jobs:
90
mkdir -p osvm-$VERSION
91
cp ./osvm osvm-$VERSION/
92
cd osvm-$VERSION
93
- dh_make -y -s -c mit -e maintainer@example.com -f ../osvm
+ dh_make -y -s -c apache -e rin@opensvm.com -f ../osvm
94
cd ..
95
dpkg-buildpackage -us -uc
96
0 commit comments